diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-04-30 18:49:38 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:08 +0100 |
| commit | f46f34335c75248f8625232e72fb0635702bd6cc (patch) | |
| tree | 16e0af38c1e50b499eb07e43ecdca91526cd0b54 /scripts/live-bottom/22serialtty | |
| parent | 2590556a825d10f48ca3d4443b41156bb019c9af (diff) | |
| download | live-boot-f46f34335c75248f8625232e72fb0635702bd6cc.tar.gz live-boot-f46f34335c75248f8625232e72fb0635702bd6cc.zip | |
Merging casper 1.197.
Diffstat (limited to 'scripts/live-bottom/22serialtty')
| -rwxr-xr-x | scripts/live-bottom/22serialtty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-bottom/22serialtty b/scripts/live-bottom/22serialtty index 23ca8f0..a8008eb 100755 --- a/scripts/live-bottom/22serialtty +++ b/scripts/live-bottom/22serialtty @@ -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 |
