]> ruin.nu Git - popboot.git/blob - inittab
8bf2c66424e00b4b98fb58b26ee57bb6961e94da
[popboot.git] / inittab
1 #
2 # /etc/inittab:  This file describes how the INIT process should set up
3 #                the system in a certain run-level.
4 #
5 # Author:  Miquel van Smoorenburg, <miquels@cistron.nl>
6 # Modified by:  Patrick J. Volkerding, <volkerdi@ftp.cdrom.com>
7 # Modified by:  Daniel Robbins, <drobbins@gentoo.org>
8 # Modified by:  Martin Schlemmer, <azarah@gentoo.org>
9 #
10 # $Header: /var/cvsroot/gentoo-x86/sys-apps/sysvinit/files/inittab,v 1.2 2004/12/22 03:25:20 vapier Exp $
11
12 # Default runlevel.
13 id:3:initdefault:
14
15 # System initialization, mount local filesystems, etc.
16 si::sysinit:/path/to/planner /path/too/gentooplan 7
17
18 # Further system initialization, brings up the boot runlevel.
19 rc::bootwait:/path/to/planner /path/too/gentooplan 8
20
21 l0:0:wait:/sbin/rc shutdown 
22 l1:S1:wait:/sbin/rc single
23 l2:2:wait:/sbin/rc nonetwork
24 l3:3:wait:/path/to/planner /path/too/gentooplan 3
25 l4:4:wait:/sbin/rc default
26 l5:5:wait:/sbin/rc default
27 l6:6:wait:/sbin/rc reboot
28 #z6:6:respawn:/sbin/sulogin
29
30 # TERMINALS
31 c1:12345:respawn:/sbin/agetty 38400 tty1 linux
32 c2:12345:respawn:/sbin/agetty 38400 tty2 linux
33 c3:12345:respawn:/sbin/agetty 38400 tty3 linux
34 c4:12345:respawn:/sbin/agetty 38400 tty4 linux
35 c5:12345:respawn:/sbin/agetty 38400 tty5 linux
36 c6:12345:respawn:/sbin/agetty 38400 tty6 linux
37
38 # SERIAL CONSOLES
39 #s0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
40 #s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100
41
42 # What to do at the "Three Finger Salute".
43 ca:12345:ctrlaltdel:/sbin/shutdown -r now
44
45 # Used by /etc/init.d/xdm to control DM startup.
46 # Read the comments in /etc/init.d/xdm for more
47 # info. Do NOT remove, as this will start nothing
48 # extra at boot if /etc/init.d/xdm is not added
49 # to the "default" runlevel.
50 x:a:once:/etc/X11/startDM.sh
51
52 # End of /etc/inittab