Slightly improve message for removing media from tray on reboot/halt
authorMichael Prokop <mika@grml.org>
Mon, 6 Apr 2009 09:34:27 +0000 (11:34 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 6 Apr 2009 09:34:27 +0000 (11:34 +0200)
etc/init.d/grml-reboot

index 6257422..5564504 100755 (executable)
@@ -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