Files
bpfire/config/install/inittab
Arne Fitzenreiter bcb8b26ac0 Change installer device from tty1 to console.
This works with both tty and serial console without changing instroot.
2009-11-24 22:50:54 +01:00

12 lines
348 B
Plaintext

# System initialization.
::sysinit:/etc/rc
# Run gettys in standard runlevels
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
# Stuff to do before rebooting
::ctrlaltdel:/etc/halt
::shutdown:/etc/halt