warn of leaving a previously downloaded image behind, human-readable size included
This commit is contained in:
parent
148af27ab9
commit
44904069a4
@ -285,9 +285,15 @@ esac
|
|||||||
# sort out the cruft
|
# sort out the cruft
|
||||||
cleanup
|
cleanup
|
||||||
|
|
||||||
|
# warn about downloaded image left behind
|
||||||
|
if [ -f "${TMP_DATA_DIR}"/"${REMOTE_IMG}" ]; then
|
||||||
|
printf "${SELF}: Leaving "
|
||||||
|
ls -sh "${TMP_DATA_DIR}"/"${REMOTE_IMG}"
|
||||||
|
fi
|
||||||
|
|
||||||
# last hints
|
# last hints
|
||||||
printf "\n${SELF}: HINT: manual checks remained to be done:\n"
|
printf "\n${SELF}: HINT: manual checks remained to be done:\n"
|
||||||
printf " * ${GEN_DATA_DIR}/${RELENG_IMG}.img boots from USB stick and/or optical media.\n"
|
printf " * ${GEN_DATA_DIR}/${RELENG_IMG}.iso boots from USB stick and/or optical media.\n"
|
||||||
printf " * appended FAT partition is mountable.\n"
|
printf " * appended FAT partition is mountable.\n"
|
||||||
printf " * xorriso -indev ${GEN_DATA_DIR}/${RELENG_IMG}.iso -pvd_info\n"
|
printf " * xorriso -indev ${GEN_DATA_DIR}/${RELENG_IMG}.iso -pvd_info\n"
|
||||||
printf " * fdisk -lu ${GEN_DATA_DIR}/${RELENG_IMG}.iso\n"
|
printf " * fdisk -lu ${GEN_DATA_DIR}/${RELENG_IMG}.iso\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user