X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F22serialtty;h=ee9ddb1e604b625c77efc2fd8197c09dc9c3d3ce;hb=5e1fc3b98b6346a087772c68f21fd56c7bf6aa42;hp=23ca8f064507e70b64783736a60c94cf2b8b70f0;hpb=58ca66342e48713c51d0390f754c2d186561681f;p=live-boot-grml.git diff --git a/scripts/live-bottom/22serialtty b/scripts/live-bottom/22serialtty index 23ca8f0..ee9ddb1 100755 --- a/scripts/live-bottom/22serialtty +++ b/scripts/live-bottom/22serialtty @@ -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