more consistent descriptions
This commit is contained in:
parent
013ae973cd
commit
2e04367906
@ -17,7 +17,7 @@ RELENG_XORRISO=""
|
||||
RELENG_DIR="${IMG_EXTRACT_DIR}"
|
||||
RELENG_ISOLINUX_BIN="isolinux/isolinux.bin"
|
||||
RELENG_BOOT_CAT="isolinux/boot.cat"
|
||||
RELENG_IMG=cimage
|
||||
RELENG_IMG=t1
|
||||
|
||||
KEEP=0
|
||||
RES=""
|
||||
@ -275,7 +275,7 @@ diff ${GEN_DATA_DIR}/${RELENG_IMG}.iso ${GEN_DATA_DIR}/${RELENG_IMG}.new
|
||||
DIFF_RET="$?"
|
||||
case ${DIFF_RET} in
|
||||
0)
|
||||
echo -e "${SELF}: Match: diff ${GEN_DATA_DIR}/${RELENG_IMG}.iso ${GEN_DATA_DIR}/${RELENG_IMG}.new\n"
|
||||
echo -e "${SELF}: Match: diff ${GEN_DATA_DIR}/${RELENG_IMG}.iso ${GEN_DATA_DIR}/${RELENG_IMG}.new"
|
||||
;;
|
||||
*)
|
||||
echo -e "${SELF}: FAIL: diff returned code: $DIFF_RET\n"
|
||||
@ -287,9 +287,9 @@ cleanup
|
||||
|
||||
# last hints
|
||||
printf "\n${SELF}: HINT: manual checks remained to be done:\n"
|
||||
printf " * ${RELENG_IMG}.img boots from USB stick and/or optical media.\n"
|
||||
printf " * ${GEN_DATA_DIR}/${RELENG_IMG}.img boots from USB stick and/or optical media.\n"
|
||||
printf " * appended FAT partition is mountable.\n"
|
||||
printf " * xorriso -indev ${RELENG_IMG}.iso -pvd_info\n"
|
||||
printf " * fdisk -lu ${RELENG_IMG}.iso\n"
|
||||
printf " * xorriso -indev ${GEN_DATA_DIR}/${RELENG_IMG}.iso -pvd_info\n"
|
||||
printf " * fdisk -lu ${GEN_DATA_DIR}/${RELENG_IMG}.iso\n"
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user