]> ruin.nu Git - popboot.git/blob - gentooplan
Spelling fix in inittab
[popboot.git] / gentooplan
1 #runlevels
2 2: AUMIX, HALD, CRON
3 3: NET, AUMIX, HALD, CRON, CUPSD, DISTCCD, FIREWALL, HDDTEMP, HDPARM, SSHD, NTPD, NETMOUNT, NFSMOUNT, SPEEDFREQ, LOCAL
4 4: SSHD, CUPSD
5 7: SYSINIT # First runlevel
6 8: CONSOLEFONT, KEYMAPS, URANDOM, BOOTMISC, CLOCK, LO, RMNOLOGIN, SERIAL  # Boot runlevel
7
8 sysinit
9  #no preconditions
10 "/sbin/rc sysinit"
11 0: SYSINIT
12
13 #startup for gentoo
14 aumix
15  #?HOTPLUG no preconditions
16 "/etc/init.d/aumix start"
17 0: AUMIX
18
19 cupsd
20 ?NET, ?LOGGER #, ?HOTPLUG
21 "/etc/init.d/cupsd start"
22 0: CUPSD
23
24 distccd
25 NET
26 "/etc/init.d/distccd start"
27 0: DISTCCD
28
29 firewall
30 NET
31 "/etc/init.d/firewall start"
32 0: FIREWALL
33
34 hald
35 DBUS #, HOTPLUG
36 "/etc/init.d/hald start"
37 0: HALD
38
39 dbus
40  #no preconditions
41 "/etc/init.d/dbus start"
42 0: DBUS
43
44 hddtemp
45  # no preconditions
46 "/etc/init.d/hddtemp start"
47 0: HDDTEMP
48
49 hdparm
50  # no preconditions
51 "/etc/init.d/hdparm start"
52 0: HDPARM
53
54 clock
55  # no preconditions
56 "/etc/init.d/clock start"
57 0: CLOCK
58
59 metalog
60 CLOCK
61 "/etc/init.d/metalog start"
62 0: METALOG, LOGGER
63
64 eth0
65  #?HOTPLUG
66 "/etc/init.d/net.eth0 start"
67 0: NET, ETH0
68
69 ntpclient
70 NET, ?LOGGER
71 "/etc/init.d/ntp-client start"
72 0: NTPCLIENT
73
74 ntpd
75 NET, ?LOGGER, ?NTPCLIENT
76 "/etc/init.d/ntpd start"
77 0: NTPD
78
79 speedfreq
80 LOGGER, ?ACPID
81 "/etc/init.d/speedfreq start"
82 0: SPEEDFREQ
83
84 sshd
85 NET, ?LOGGER
86 "/etc/init.d/sshd start"
87 0: SSHD
88
89 vixiecron
90 CLOCK, ?LOGGER, ?NTPCLIENT
91 "/etc/init.d/vixie-cron start"
92 0: CRON, VIXIECRON
93
94 netmount
95 NET
96 "/etc/init.d/netmount start"
97 0: NETMOUNT
98
99 nfsmount
100 NET, PORTMAP
101 "/etc/init.d/nfsmount start"
102 0: NFSMOUNT
103
104 portmap
105 NET
106 "/etc/init.d/portmap start"
107 0: PORTMAP
108
109 local
110 NET, AUMIX, HALD, CRON, CUPSD, DISTCCD, FIREWALL, HDDTEMP, HDPARM, SSHD, NTPD, NETMOUNT, NFSMOUNT, SPEEDFREQ
111 "/etc/init.d/local start"
112 0: LOCAL
113
114 #BOOT services
115 consolefont
116 LOCALMOUNT #?HOTPLUG
117 "/etc/init.d/consolefont start"
118 0: CONSOLEFONT
119
120 keymaps
121 LOCALMOUNT
122 "/etc/init.d/keymaps start"
123 0: KEYMAPS
124
125 urandom
126 LOCALMOUNT
127 "/etc/init.d/urandom start"
128 0: URANDOM
129
130 bootmisc
131 LOCALMOUNT, CLOCK, HOSTNAME
132 "/etc/init.d/bootmisc start"
133 0: BOOTMISC
134
135 checkfs
136 CHECKROOT, MODULES
137 "/etc/init.d/checkfs start"
138 0: CHECKFS
139
140 checkroot
141  #no preconditions
142 "/etc/init.d/checkroot start"
143 0: CHECKROOT
144
145 clock
146 LOCALMOUNT
147 "/etc/init.d/clock start"
148 0: CLOCK
149
150 hostname
151 CHECKROOT
152 "/etc/init.d/hostname start"
153 0: HOSTNAME
154
155 localmount
156 CHECKFS
157 "/etc/init.d/checkfs start"
158 0: LOCALMOUNT
159
160 modules
161 CHECKROOT, HOSTNAME
162 "/etc/init.d/modules start"
163 0: MODULES
164
165 net.lo
166  #no preconditions
167 "/etc/init.d/net.lo start"
168 0: LO
169
170 rmnologin
171 LOCALMOUNT
172 "/etc/init.d/rmnologin start"
173 0: RMNOLOGIN
174
175 serial
176  #no preconditions
177 "/etc/init.d/serial start"
178 0: SERIAL
179