diff options
author | Daniel Baumann <daniel@debian.org> | 2009-02-08 00:30:46 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:04 +0100 |
commit | 54b93363ae56d6b4184405ac25dc2d12fdd60760 (patch) | |
tree | d5280ec8bf8fb5213b8e0af5b033166aeec7da24 /debian | |
parent | c59ff432b116b0efcfe3ac99ede4f332cd98c09b (diff) | |
download | live-boot-54b93363ae56d6b4184405ac25dc2d12fdd60760.tar.gz live-boot-54b93363ae56d6b4184405ac25dc2d12fdd60760.zip |
Correcting medium eject message in initscript.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/live-initramfs.init | 6 |
1 files changed, 2 insertions, 4 deletions
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 |