From 7a8acd5cb4cc3637cd18af83ce47418634c0fb0b Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 6 Apr 2009 11:34:27 +0200 Subject: [PATCH] Slightly improve message for removing media from tray on reboot/halt --- etc/init.d/grml-reboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4