diff options
Diffstat (limited to 'debian/init')
| -rw-r--r-- | debian/init | 4 |
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)" |
