You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
452 B

#
# /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