CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
udev:added forgotten patch
[crossrootfs.git] / rc / inittab
CommitLineData
6dca1d21
JB
1#
2# /etc/inittab: system runlevel description
3#
4
5# Runlevels:
6# 0 Halt
7# 1(S) Single-user
8# 2 Multi-user
9# 3-5 Not used
10# 6 Reboot
11
12id:2:initdefault:
13
14rc::sysinit:/etc/rc
15rs:S1:wait:/etc/rc.single
16rm:2:wait:/etc/rc.multi
17rd:06:wait:/etc/rc.shutdown
18su:S:wait:/sbin/sulogin -p
19
20c1:2:respawn:/sbin/agetty 38400 tty1 linux
21c2:2:respawn:/sbin/agetty 38400 tty2 linux
22c3:2:respawn:/sbin/agetty 38400 tty3 linux
23c4:2:respawn:/sbin/agetty 38400 tty4 linux
24c5:2:respawn:/sbin/agetty 38400 tty5 linux
25c6:2:respawn:/sbin/agetty 38400 tty6 linux
d9b5f707 26#s1:2:respawn:/sbin/agetty 38400 ttyS0 vt100
6dca1d21
JB
27
28ca::ctrlaltdel:/sbin/shutdown -t3 -r now
29
30# End of file