Change installer device from tty1 to console.

This works with both tty and serial console without changing instroot.
This commit is contained in:
Arne Fitzenreiter
2009-11-24 22:50:54 +01:00
parent d310033889
commit bcb8b26ac0

View File

@@ -2,7 +2,7 @@
::sysinit:/etc/rc
# Run gettys in standard runlevels
tty1::respawn:/bin/iowrap /dev/tty1 /bin/ash --login -c "/bin/install /dev/tty2"
console::respawn:/bin/iowrap /dev/console /bin/ash --login -c "/bin/install /dev/tty2"
tty2::respawn:/bin/iowrap /dev/tty2 /bin/ash --login
tty3::respawn:/bin/iowrap /dev/tty3 /bin/ash --login