diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-18 18:00:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-18 18:00:52 +0100 |
commit | 2ff878036044b856227caa4a53d2caf2736614ac (patch) | |
tree | 0ca6373cc9ee3ab35637a43e4b689b75bdf513df /target/x86_64/files | |
parent | 4934009fea220a1935c0b40241c90e9a0782097f (diff) |
convert qemu for x86/x86_64 to hardware profiles
Diffstat (limited to 'target/x86_64/files')
-rw-r--r-- | target/x86_64/files/etc/inittab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/x86_64/files/etc/inittab b/target/x86_64/files/etc/inittab index 4ab5cbe41..e6db98239 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 -tty1::respawn:/sbin/getty -i -L tty1 115200 vt100 - +ttyS0::respawn:/sbin/getty -i -L ttyS0 115200 vt100 +tty0::askfirst:/sbin/getty -i -L tty0 115200 vt100 |