mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
12 lines
348 B
Plaintext
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
|