hint remaining checks

This commit is contained in:
George Danchev 2011-06-23 11:14:41 +00:00
parent 356fd78f9a
commit ad31b3eba0
1 changed files with 7 additions and 0 deletions

View File

@ -130,6 +130,13 @@ if [ ${CLEAN} -eq 1 ]; then
else
printf "left: %s\n" ${RES}
fi
# last hints
printf "$0: Checks remained to be done:\n"
printf " * resulting ISO image ${IMG} boots USB stick and/or Optical media.\n"
printf " * appended FAT partition is mountable.\n"
printf " * fdisk -lu ${IMG}\n"
}
#