20 lines
452 B
Plaintext
20 lines
452 B
Plaintext
#
|
|
# /etc/inittab: init(8) configuration.
|
|
#
|
|
|
|
::sysinit:/etc/rc
|
|
::wait:/etc/rc.multi
|
|
::shutdown:/etc/rc.shutdown
|
|
|
|
tty1::respawn:/sbin/getty 38400 tty1 linux
|
|
tty2::respawn:/sbin/getty 38400 tty2 linux
|
|
tty3::respawn:/sbin/getty 38400 tty3 linux
|
|
tty4::respawn:/sbin/getty 38400 tty4 linux
|
|
tty5::respawn:/sbin/getty 38400 tty5 linux
|
|
tty6::respawn:/sbin/getty 38400 tty6 linux
|
|
::respawn:/sbin/getty 38400 ttyS0 vt100
|
|
|
|
::ctrlaltdel:/sbin/reboot
|
|
|
|
# End of file
|