3 |
- |
1 |
# inittab is only used by upstart for the default runlevel.
|
|
|
2 |
#
|
|
|
3 |
# ADDING OTHER CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM.
|
|
|
4 |
#
|
|
|
5 |
# System initialization is started by /etc/init/rcS.conf
|
|
|
6 |
#
|
|
|
7 |
# Individual runlevels are started by /etc/init/rc.conf
|
|
|
8 |
#
|
|
|
9 |
# Ctrl-Alt-Delete is handled by /etc/init/control-alt-delete.conf
|
|
|
10 |
#
|
|
|
11 |
# Terminal gettys are handled by /etc/init/tty.conf and /etc/init/serial.conf,
|
|
|
12 |
# with configuration in /etc/sysconfig/init.
|
|
|
13 |
#
|
|
|
14 |
# For information on how to write upstart event handlers, or how
|
|
|
15 |
# upstart works, see init(5), init(8), and initctl(8).
|
|
|
16 |
#
|
|
|
17 |
# Default runlevel. The runlevels used are:
|
|
|
18 |
# 0 - halt (Do NOT set initdefault to this)
|
|
|
19 |
# 1 - Single user mode
|
|
|
20 |
# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
|
|
|
21 |
# 3 - Full multiuser mode
|
|
|
22 |
# 4 - unused
|
|
|
23 |
# 5 - X11
|
|
|
24 |
# 6 - reboot (Do NOT set initdefault to this)
|
|
|
25 |
#
|
|
|
26 |
id:3:initdefault:
|