Automatically start nfs client and avahi, dbus
[grml-live.git] / etc / grml / fai / config / files / etc / runlevel.conf / GRMLBASE
1 ############################################################################
2 # You can use your favourite editor or update-rc.d(8) to modify it.
3 # Read runlevel.conf(5) man page for more information about this file.
4 ############################################################################
5 # This file was deployed via grml-live's
6 # ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/15-initsetup script, using
7 # ${GRML_FAI_CONFIG}/config/files/etc/runlevel.conf/GRMLBASE
8 ############################################################################
9 # *IMPORTANT* This is the file used by the Grml live system.
10 # Please notice that customization of this file will not work with the
11 # save-config mechanism, as init takes place (and reads the file
12 # /etc/runlevel.conf) before restore-config can be executed at all.
13 # If you want to customize the Grml boot sequence please either
14 # remaster the Grml ISO or (much simplier) just add your personal
15 # stuff to the /etc/init.d/bootlocal.* scripts!
16 ############################################################################
17 # Format:
18 # <sort> <off-> <on-levels>     <command>
19 01      -       2               /etc/init.d/bootsplash_start.sh
20 01      -       S               /etc/init.d/bootlocal.first
21 02      -       S               /etc/init.d/mountkernfs.sh
22 02      -       S               /etc/init.d/hostname.sh
23 03      -       S               /etc/init.d/mtab.sh
24 04      -       S               /etc/init.d/grml-udev
25 05      -       S               /etc/init.d/mountdevsubfs.sh
26 18      -       S               /etc/init.d/ifupdown-clean
27 29      -       2               /etc/init.d/bootlocal.middle
28 29      -       2,3,4,5         /etc/init.d/dbus
29 29      -       2,3,4,5         /etc/init.d/avahi-daemon
30 30      -       2,3,4,5         /etc/init.d/grml-autoconfig
31 36      -       S               /etc/init.d/ifupdown
32 36      -       S               /etc/init.d/udev-mtab
33 38      -       S               /etc/init.d/resolvconf
34 40      -       S               /etc/init.d/networking
35 41      -       S               /etc/init.d/rpcbind
36 42      -       S               /etc/init.d/nfs-common
37 55      -       S               /etc/init.d/bootmisc.sh
38 90      -       0               /etc/init.d/halt
39 90      -       6               /etc/init.d/reboot
40 90      -       S               /etc/init.d/rmnologin
41 90      -       1               /etc/init.d/single
42 98      -       2               /etc/init.d/grml-home
43 99      -       2               /etc/init.d/grml-misc
44 99      -       2               /etc/init.d/bootsplash_end.sh
45 99      -       2               /etc/init.d/bootlocal.last
46 # THE LAST LINE IS NEVER READ