Releasing debian version 2.0~a7-1.
[live-boot-grml.git] / scripts / live-bottom / 22serialtty
index 23ca8f0..ee9ddb1 100755 (executable)
@@ -18,7 +18,7 @@ case "${1}" in
                ;;
 esac
 
-# live-initramfs header
+# live-boot header
 
 # this bottom script currently only works with upstart
 if [ ! -d /root/etc/init ]
@@ -28,7 +28,7 @@ fi
 
 . /scripts/live-functions
 
-# live-initramfs script
+# live-boot script
 
 for ARGUMENT in $(cat /proc/cmdline)
 do
@@ -43,7 +43,7 @@ start on stopped rc RUNLEVEL=[2345]
 stop on runlevel [!2345]
 
 respawn
-exec /sbin/getty 115200 ${tty}
+exec /sbin/getty -L 115200 ${tty} vt100
 EOF
 
                        log_end_msg