summaryrefslogtreecommitdiff
path: root/debian/init
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-10-04 08:43:54 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:05 +0100
commitaaef53af49f57c7feccb7ed2eb4297e730d0e7a6 (patch)
tree128582e574d2a8e580cc424afd1179ea46b14b1f /debian/init
parent7a89bfb777121ee55d870ffe605c6f553d26a7c9 (diff)
downloadlive-boot-aaef53af49f57c7feccb7ed2eb4297e730d0e7a6.tar.gz
live-boot-aaef53af49f57c7feccb7ed2eb4297e730d0e7a6.zip
Merging casper 1.107.
Diffstat (limited to 'debian/init')
-rw-r--r--debian/init4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/init b/debian/init
index b083781..a24fe9f 100644
--- a/debian/init
+++ b/debian/init
@@ -86,8 +86,10 @@ do_stop ()
eject -p -m /live/image >/dev/null 2>&1
fi
+ stty sane < /dev/console
+
# XXX - i18n
- echo "Please remove the disc and close the tray (if any) then press ENTER: "
+ echo "Please remove the disc and close the tray (if any) then press ENTER: " > /dev/console
if [ -x /sbin/usplash_write ]; then
/sbin/usplash_write "TIMEOUT 86400"
/sbin/usplash_write "TEXT-URGENT Please remove the disc, close the tray (if any)"