Browse Source

use tty1 for ash job control

Waldemar Brodkorb 15 years ago
parent
commit
cc385a58ea
2 changed files with 2 additions and 2 deletions
  1. 1 1
      target/x86/files/etc/inittab
  2. 1 1
      target/x86_64/files/etc/inittab

+ 1 - 1
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

+ 1 - 1
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