CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
udev:added forgotten patch
[crossrootfs.git] / rc / inittab
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
12 id:2:initdefault:
13
14 rc::sysinit:/etc/rc
15 rs:S1:wait:/etc/rc.single
16 rm:2:wait:/etc/rc.multi
17 rd:06:wait:/etc/rc.shutdown
18 su:S:wait:/sbin/sulogin -p
19
20 c1:2:respawn:/sbin/agetty 38400 tty1 linux
21 c2:2:respawn:/sbin/agetty 38400 tty2 linux
22 c3:2:respawn:/sbin/agetty 38400 tty3 linux
23 c4:2:respawn:/sbin/agetty 38400 tty4 linux
24 c5:2:respawn:/sbin/agetty 38400 tty5 linux
25 c6:2:respawn:/sbin/agetty 38400 tty6 linux
26 #s1:2:respawn:/sbin/agetty 38400 ttyS0 vt100
27
28 ca::ctrlaltdel:/sbin/shutdown -t3 -r now
29
30 # End of file