File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # Details: https://github.com/cbsd/cbsd/blob/develop/share/docs/general/cbsd_fetch.md
1
+ # Details: https://github.com/cbsd/cbsd-vmprofiles + https://github.com/cbsd/mirrors
2
2
#
3
3
# behavior when downloaded ISO is wrong CRC
4
4
# options:
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ check_iso_sha256sum()
35
35
_sha256sum_passed=1
36
36
else
37
37
${ECHO} "${N1_COLOR}Invalid CRC: ${N2_COLOR}${_sha256sum_new}${N0_COLOR}"
38
- ${ECHO} "${N1_COLOR}See more details about CRC: ${N2_COLOR}https://www.bsdstore.ru/en/cbsd_fetch.html ${N0_COLOR}"
38
+ ${ECHO} "${N1_COLOR}See more details about CRC: ${N2_COLOR}https://github.com/cbsd/cbsd-vmprofiles ${N0_COLOR}"
39
39
_sha256sum_passed=0
40
40
fi
41
41
else
42
- [ ${quiet} -ne 1 ] && ${ECHO} "${W1_COLOR}Check CRC sum skipped due to settings. ${N1_COLOR}See more: ${N2_COLOR}https://www.bsdstore.ru/en/cbsd_fetch.html ${N0_COLOR}"
42
+ [ ${quiet} -ne 1 ] && ${ECHO} "${W1_COLOR}Check CRC sum skipped due to settings. ${N1_COLOR}See more: ${N2_COLOR}https://github.com/cbsd/cbsd-vmprofiles ${N0_COLOR}"
43
43
_sha256sum_passed=1
44
44
fi
45
45
@@ -268,7 +268,6 @@ init_iso()
268
268
[ -s "${_myfile}" ] && continue # skip all other mirror when file exist
269
269
jswmode jname=${jname} mode=maintenance comment='Fetching_ISO'
270
270
271
-
272
271
if [ -n "${progress_state_file}" ]; then
273
272
fetchme -o ${outfile} -u ${i}${iso_img_dist} -p ${progress_state_file}
274
273
else
@@ -285,6 +284,7 @@ init_iso()
285
284
if [ ${sha256sum_passed} -ne 1 ]; then
286
285
${ECHO} "${N1_COLOR}SHA256 sum wrong. Please update profiles or use ${N2_COLOR}CBSD_ISO_SKIP_CHECKSUM=yes${N1_COLOR} variable"
287
286
${ECHO} "via env(1) or ${emulator}-default-default.conf config file to disable sha256sum validating${N0_COLOR}"
287
+ ${ECHO} "Info: https://github.com/cbsd/cbsd-vmprofiles"
288
288
fi
289
289
fi
290
290
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ ${H3_COLOR}See also${N0_COLOR}:
67
67
# cbsd media --help
68
68
69
69
cat ~cbsd/etc/defaults/fetch_iso.conf - config file, use ~cbsd/etc/fetch_iso.conf to overwrite.
70
- url: https://www.bsdstore.ru/en/cbsd_fetch.html
70
+ url: https://github.com/cbsd/cbsd-vmprofiles
71
71
72
72
"
73
73
You can’t perform that action at this time.
0 commit comments