mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 12:15:52 +02:00
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@343 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
# System initialization.
|
|
::sysinit:/etc/rc
|
|
|
|
# Run gettys in standard runlevels
|
|
tty1::respawn:/bin/iowrap /dev/tty1 /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
|