# HG changeset patch # User Christophe Lincoln # Date 1304087492 -7200 # Node ID 49f03c9f0fd8fd1dd3727661a924fc9c9a7fcd6c # Parent a14abff6be90b12891bd4909cd6a0a293ef4c43c rcS.conf: we do not start dbus, hal and slim from RUN_* variable but directly in rcS main boot script diff -r a14abff6be90 -r 49f03c9f0fd8 etc/rcS.conf --- a/etc/rcS.conf Fri Apr 29 16:06:08 2011 +0200 +++ b/etc/rcS.conf Fri Apr 29 16:31:32 2011 +0200 @@ -42,12 +42,12 @@ # needs an active connection to install Xorg), then you are free to choose. # Note that the local.sh script exists to let you quickly add some local startup # commands. -RUN_SCRIPTS="bootopts.sh network.sh i18n.sh hwconf.sh local.sh" +RUN_SCRIPTS="bootopts.sh network.sh hwconf.sh local.sh" # Daemons to start at boot time. SliTaz only provides a few daemons: firewall, # Web server (lighttpd), SSH server (dropbear) and rsyncd, so boot order is # not really important, but dbus/hald should be started before slim. -RUN_DAEMONS="dbus hald firewall slim tazpanel" +RUN_DAEMONS="firewall tazpanel" # Pre login bold message. MESSAGE="Welcome to your box."