slitaz-boot-scripts diff etc/rcS.conf @ rev 279

rcS: rotate /var/log/boot.log
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 14 19:10:12 2012 +0100 (2012-02-14)
parents 49f03c9f0fd8
children 175315b7699d
line diff
     1.1 --- a/etc/rcS.conf	Fri Apr 29 16:31:32 2011 +0200
     1.2 +++ b/etc/rcS.conf	Tue Feb 14 19:10:12 2012 +0100
     1.3 @@ -18,7 +18,7 @@
     1.4  # then dbus, hald and slim can be removed from RUN_DAEMONS.
     1.5  FAST_BOOT_X="no"
     1.6  
     1.7 -# Graphical boot with fbsplash (To easily configure use: tazfbsplash).
     1.8 +# Graphical boot with fbsplash (To easily configure use: tazfbsplash)
     1.9  FBSPLASH="no"
    1.10  FBSPLASH_THEME="slitaz"
    1.11  
    1.12 @@ -29,7 +29,7 @@
    1.13  # Kernel modules to automatically load at boot time if not automatically
    1.14  # detected. You can use 'modprobe -l' to get a list of all kernel modules
    1.15  # available.
    1.16 -LOAD_MODULES=" "
    1.17 +LOAD_MODULES=""
    1.18  
    1.19  # Automatically recharge packages list on each boot and in background.
    1.20  # If new packages or upgrades are available they will be notified with
    1.21 @@ -38,16 +38,16 @@
    1.22  RECHARGE_PACKAGES_LIST="no"
    1.23  
    1.24  # Initialization scripts to run at boot time. Boot order is important:
    1.25 -# bootopts.sh (boot options) must start first, hwconf.sh after network.sh (tazx
    1.26 -# needs an active connection to install Xorg), then you are free to choose.
    1.27 -# Note that the local.sh script exists to let you quickly add some local startup
    1.28 -# commands.
    1.29 -RUN_SCRIPTS="bootopts.sh network.sh hwconf.sh local.sh"
    1.30 +# bootopts.sh (boot options) must start first, system.sh after network.sh
    1.31 +# (tazx needs an active connection to install Xorg), then you are free 
    1.32 +# to choose. Note that the local.sh script exists to let you quickly add
    1.33 +# some local startup commands.
    1.34 +RUN_SCRIPTS="bootopts.sh network.sh system.sh local.sh"
    1.35  
    1.36  # Daemons to start at boot time. SliTaz only provides a few daemons: firewall,
    1.37  # Web server (lighttpd), SSH server (dropbear) and rsyncd, so boot order is
    1.38  # not really important, but dbus/hald should be started before slim.
    1.39 -RUN_DAEMONS="firewall tazpanel"
    1.40 +RUN_DAEMONS="dbus hald slim firewall httpd"
    1.41  
    1.42  # Pre login bold message.
    1.43  MESSAGE="Welcome to your box."