hint remaining checks
This commit is contained in:
parent
356fd78f9a
commit
ad31b3eba0
@ -130,6 +130,13 @@ if [ ${CLEAN} -eq 1 ]; then
|
|||||||
else
|
else
|
||||||
printf "left: %s\n" ${RES}
|
printf "left: %s\n" ${RES}
|
||||||
fi
|
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"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user