slitaz-boot-scripts rev 255

rcS.conf: we do not start dbus, hal and slim from RUN_* variable but directly in rcS main boot script
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 29 16:31:32 2011 +0200 (2011-04-29)
parents a14abff6be90
children c76406c5b7c5
files etc/rcS.conf
line diff
     1.1 --- a/etc/rcS.conf	Fri Apr 29 16:06:08 2011 +0200
     1.2 +++ b/etc/rcS.conf	Fri Apr 29 16:31:32 2011 +0200
     1.3 @@ -42,12 +42,12 @@
     1.4  # needs an active connection to install Xorg), then you are free to choose.
     1.5  # Note that the local.sh script exists to let you quickly add some local startup
     1.6  # commands.
     1.7 -RUN_SCRIPTS="bootopts.sh network.sh i18n.sh hwconf.sh local.sh"
     1.8 +RUN_SCRIPTS="bootopts.sh network.sh hwconf.sh local.sh"
     1.9  
    1.10  # Daemons to start at boot time. SliTaz only provides a few daemons: firewall,
    1.11  # Web server (lighttpd), SSH server (dropbear) and rsyncd, so boot order is
    1.12  # not really important, but dbus/hald should be started before slim.
    1.13 -RUN_DAEMONS="dbus hald firewall slim tazpanel"
    1.14 +RUN_DAEMONS="firewall tazpanel"
    1.15  
    1.16  # Pre login bold message.
    1.17  MESSAGE="Welcome to your box."