]> git.sur5r.net Git - bacula/rescue/blob - rescue/linux/cdrom/roottree/etc/inittab
84cfbab8a09bb4908f383f6d0e36abb5ffb8bc7f
[bacula/rescue] / rescue / linux / cdrom / roottree / etc / inittab
1 #
2 # 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@drinkel.nl.mugnet.org>
6 #               Modified for RHS Linux by Marc Ewing and Donnie Barnes
7 #
8
9 # Default runlevel. The runlevels used by RHS are:
10 #   0 - halt (Do NOT set initdefault to this)
11 #   1 - Single user mode
12 #   2 - Multiuser, without NFS (The same as 3, if you do not have networking)
13 #   3 - Full multiuser mode
14 #   4 - unused
15 #   5 - X11
16 #   6 - reboot (Do NOT set initdefault to this)
17
18 id:2:initdefault:
19
20 # System initialization.
21 si::sysinit:/etc/rc.d/rc.sysinit
22
23 #shutdown
24 l0:0:wait:/sbin/halt -fd  
25
26 # normal run levels
27 l1:1:wait:/bin/bash -i -l
28 l2:2:wait:/etc/rc.d/rc 2
29 l3:3:wait:/etc/rc.d/rc 3
30 l4:4:wait:/etc/rc.d/rc 4
31 l5:5:wait:/etc/rc.d/rc 5
32
33 # reboot
34 l6:6:wait:/sbin/reboot -fd
35
36 # Trap CTRL-ALT-DELETE
37 ca::ctrlaltdel:/sbin/halt -d
38
39
40 # Run gettys in standard runlevels
41 #1:2345:respawn:/sbin/mingetty tty1
42 1:2345:respawn:/bin/sh
43 #2:2345:respawn:/sbin/mingetty tty2
44 #2:2345:respawn:/bin/sh
45 #3:2345:respawn:/bin/sh
46 #4:2345:respawn:/bin/sh
47 #5:2345:respawn:/bin/sh
48 #3:2345:respawn:/sbin/mingetty tty3
49 #4:2345:respawn:/sbin/mingetty tty4
50 #5:2345:respawn:/sbin/mingetty tty5