Explorar o código

use tty1 for ash job control

Waldemar Brodkorb %!s(int64=15) %!d(string=hai) anos
pai
achega
cc385a58ea
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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