archboot/etc/inittab

25 lines
560 B
Text
Raw Normal View History

2007-02-22 23:46:50 +01:00
#
# /etc/inittab
#
# Runlevels:
# 0 Halt
# 1(S) Single-user
# 2 Multi-user
# 3-5 Not used
# 6 Reboot
id:2:initdefault:
rc::sysinit:/etc/rc.sysinit
rh:06:wait:/etc/rc.shutdown
2007-10-22 07:56:38 +02:00
#c0:2:respawn:/sbin/agetty -n -l /etc/login.sh 9600 ttyS0 linux
2007-02-22 23:46:50 +01:00
c1:2:respawn:/sbin/agetty -n -l /etc/login.sh 38400 vc/1 linux
c2:2:respawn:/sbin/agetty -n -l /etc/login.sh 38400 vc/2 linux
c3:2:respawn:/sbin/agetty -n -l /etc/login.sh 38400 vc/3 linux
c4:2:respawn:/sbin/agetty -n -l /etc/login.sh 38400 vc/4 linux
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
# End of file