diff options
Diffstat (limited to 'target/x86_64/files/etc/inittab')
-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 |