diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-21 18:36:15 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-21 18:36:15 +0100 |
commit | cc385a58eaf582110bb47b364af00830bc3fbff8 (patch) | |
tree | 21f79e8702604ac263b99234fc8e9d57ecab7c36 /target/x86_64/files | |
parent | 2aa24b0a0530a07a40f5bf858048dad5c8c61bf5 (diff) |
use tty1 for ash job control
Diffstat (limited to 'target/x86_64/files')
-rw-r--r-- | target/x86_64/files/etc/inittab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86_64/files/etc/inittab b/target/x86_64/files/etc/inittab index e6db98239..84fc3ec02 100644 --- a/target/x86_64/files/etc/inittab +++ b/target/x86_64/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 -tty0::askfirst:/sbin/getty -i -L tty0 115200 vt100 +tty1::askfirst:/sbin/getty -i -L tty1 115200 vt100 |