diff options
Diffstat (limited to 'target/x86/files/etc/inittab')
-rw-r--r-- | target/x86/files/etc/inittab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86/files/etc/inittab b/target/x86/files/etc/inittab index e6db98239..84fc3ec02 100644 --- a/target/x86/files/etc/inittab +++ b/target/x86/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 |