From: Daniel Baumann Date: Sat, 7 Feb 2009 23:30:46 +0000 (+0100) Subject: Correcting medium eject message in initscript. X-Git-Tag: debian/2.0.15-1~352 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=54b93363ae56d6b4184405ac25dc2d12fdd60760;p=live-boot-grml.git Correcting medium eject message in initscript. --- diff --git a/debian/live-initramfs.init b/debian/live-initramfs.init index b976c74..6a97b45 100644 --- a/debian/live-initramfs.init +++ b/debian/live-initramfs.init @@ -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