mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 23:12:59 +02:00
Change installer device from tty1 to console.
This works with both tty and serial console without changing instroot.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user