From 148af27ab9877624a8fdc0171fbbfd62151fac6f Mon Sep 17 00:00:00 2001 From: George Danchev Date: Sun, 3 Jul 2011 18:54:48 +0000 Subject: [PATCH] more consistent descriptions --- releng/releng_isojigdo | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/releng/releng_isojigdo b/releng/releng_isojigdo index 01604cb4..c80ca07b 100755 --- a/releng/releng_isojigdo +++ b/releng/releng_isojigdo @@ -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