more consistent descriptions

This commit is contained in:
George Danchev 2011-07-03 18:54:48 +00:00
parent 6a8a32f96c
commit 148af27ab9
1 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ RELENG_XORRISO=""
RELENG_DIR="${IMG_EXTRACT_DIR}" RELENG_DIR="${IMG_EXTRACT_DIR}"
RELENG_ISOLINUX_BIN="isolinux/isolinux.bin" RELENG_ISOLINUX_BIN="isolinux/isolinux.bin"
RELENG_BOOT_CAT="isolinux/boot.cat" RELENG_BOOT_CAT="isolinux/boot.cat"
RELENG_IMG=cimage RELENG_IMG=t1
KEEP=0 KEEP=0
RES="" RES=""
@ -275,7 +275,7 @@ diff ${GEN_DATA_DIR}/${RELENG_IMG}.iso ${GEN_DATA_DIR}/${RELENG_IMG}.new
DIFF_RET="$?" DIFF_RET="$?"
case ${DIFF_RET} in case ${DIFF_RET} in
0) 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" echo -e "${SELF}: FAIL: diff returned code: $DIFF_RET\n"
@ -287,9 +287,9 @@ cleanup
# 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 " * ${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 " * appended FAT partition is mountable.\n"
printf " * xorriso -indev ${RELENG_IMG}.iso -pvd_info\n" printf " * xorriso -indev ${GEN_DATA_DIR}/${RELENG_IMG}.iso -pvd_info\n"
printf " * fdisk -lu ${RELENG_IMG}.iso\n" printf " * fdisk -lu ${GEN_DATA_DIR}/${RELENG_IMG}.iso\n"
exit 0 exit 0