X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Finit.d%2Fgrml-reboot;h=5564504b864b56ab16f9be0b1b3f92c808fc9e8b;hb=7a8acd5cb4cc3637cd18af83ce47418634c0fb0b;hp=6257422bdacadab1a30691327c502ca64e35112f;hpb=764d592476166cd5d58f052675c4bf66527f30da;p=grml-etc.git diff --git a/etc/init.d/grml-reboot b/etc/init.d/grml-reboot index 6257422..5564504 100755 --- a/etc/init.d/grml-reboot +++ b/etc/init.d/grml-reboot @@ -197,7 +197,7 @@ if [ -z "$INSTALLED" -a -z "$NOPROMPT" ]; then [ -d /cdrom ] && umount -l /cdrom [ -n "$CDROM" -a -z "$NOEJECT" ] && eject -p "$CDROM" 2>/dev/null echo - read -s -p "${GREEN}Please remove CD, close cdrom drive and hit return [auto 2 minutes].${NORMAL}" -t 120 a + read -s -p "${GREEN}Please remove the disc, close the tray (if any) and press ENTER to continue [auto 2 minutes].${NORMAL}" -t 120 a fi fi