Correcting medium eject message in initscript.
authorDaniel Baumann <daniel@debian.org>
Sat, 7 Feb 2009 23:30:46 +0000 (00:30 +0100)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:04 +0000 (17:48 +0100)
debian/live-initramfs.init

index b976c74..6a97b45 100644 (file)
@@ -124,11 +124,9 @@ do_stop ()
                else
                        # ejecting is a very good idea here
                        eject -p -m /live/image >/dev/null 2>&1
-                       # TODO: detect CD
-                       MEDIUM="DVD"
-                       MESSAGE="Please remove the ${MEDIUM}, close the ${MEDIUM} tray (if any)"
+                       MESSAGE="Please remove the disc, close the the tray (if any)"
                fi
-               MESSAGE="${MESSAGE} and press ENTER:"
+               MESSAGE="${MESSAGE} and press ENTER to continue:"
 
                [ "$prompt" ] || return 0
        fi