From: Michael Prokop Date: Mon, 6 Apr 2009 09:34:27 +0000 (+0200) Subject: Slightly improve message for removing media from tray on reboot/halt X-Git-Tag: v1.1.13~2 X-Git-Url: http://git.grml.org/?p=grml-etc.git;a=commitdiff_plain;h=7a8acd5cb4cc3637cd18af83ce47418634c0fb0b Slightly improve message for removing media from tray on reboot/halt --- 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