diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-03 14:24:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-03 14:24:21 +0100 |
commit | f98814d9998b0e7200c137c77a5ba99a49b9562b (patch) | |
tree | 212187908b0b2c1d91de61ad1fa6769e45326d0b /target | |
parent | c93fd4a4737330aa2d86955e0d2e654410ea76c2 (diff) |
ask on vga display for getty
Diffstat (limited to 'target')
-rw-r--r-- | target/alix1c/files/etc/inittab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/alix1c/files/etc/inittab b/target/alix1c/files/etc/inittab index 6f21e703b..e6db98239 100644 --- a/target/alix1c/files/etc/inittab +++ b/target/alix1c/files/etc/inittab @@ -1,4 +1,4 @@ ::sysinit:/etc/init.d/rcS ::shutdown:/etc/init.d/rcK ttyS0::respawn:/sbin/getty -i -L ttyS0 115200 vt100 -tty1::respawn:/sbin/getty -i -L tty1 115200 vt100 +tty0::askfirst:/sbin/getty -i -L tty0 115200 vt100 |