slitaz-boot-scripts rev 83

Start DBUS and HAL by default at boot time
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 15 21:45:30 2008 +0200 (2008-05-15)
parents 95e5de419e64
children 17460a2694e6
files etc/rcS.conf
line diff
     1.1 --- a/etc/rcS.conf	Tue May 13 03:10:27 2008 +0200
     1.2 +++ b/etc/rcS.conf	Thu May 15 21:45:30 2008 +0200
     1.3 @@ -12,8 +12,8 @@
     1.4  # Clean up the system removing all tmp and pid files.
     1.5  CLEAN_UP_SYSTEM="yes"
     1.6  
     1.7 -# Filesystems to check integrity on boot time. You should check the 
     1.8 -# rootfs (where SliTaz is installed) and all partitions listed in 
     1.9 +# Filesystems to check integrity on boot time. You should check the
    1.10 +# rootfs (where SliTaz is installed) and all partitions listed in
    1.11  # /etc/fstab. Exemple : CHECK_FS="/dev/hda5 /dev/hdb1"
    1.12  CHECK_FS=""
    1.13  
    1.14 @@ -33,7 +33,7 @@
    1.15  # Daemons to start at boot time. SliTaz provide only a few daemons, firewall,
    1.16  # Web server (lighttpd), SSH server (dropbear) and rsyncd, so boot order is
    1.17  # not realy important.
    1.18 -RUN_DAEMONS="slim firewall lighttpd"
    1.19 +RUN_DAEMONS="slim dbus hal firewall lighttpd"
    1.20  
    1.21  # Pre login bold message.
    1.22  MESSAGE="Welcome to your box."