slitaz-modular rev 106

Updated rcS.conf in core overlay.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 17 20:13:30 2011 +0000 (2011-05-17)
parents 8b29ddcb6822
children 39ff1035b446
files core/overlay/etc/rcS.conf
line diff
     1.1 --- a/core/overlay/etc/rcS.conf	Tue May 17 20:11:46 2011 +0000
     1.2 +++ b/core/overlay/etc/rcS.conf	Tue May 17 20:13:30 2011 +0000
     1.3 @@ -18,6 +18,10 @@
     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 +FBSPLASH="no"
     1.9 +FBSPLASH_THEME="slitaz"
    1.10 +
    1.11  # Start Kernel log daemons (syslogd and klogd).
    1.12  KERNEL_LOG_DAEMONS="yes"
    1.13  SYSLOGD_ROTATED_SIZE="60"
    1.14 @@ -29,17 +33,23 @@
    1.15  #
    1.16  LOAD_MODULES=""
    1.17  
    1.18 +# Automaticaly recharge packages list on each boot and in background.
    1.19 +# If new packages or upgrade are avalaible they will be notified with
    1.20 +# tazpkg-notify. Here we just recharge list, we dont install anything
    1.21 +# since root user should check visualy packages that will be upgraded.
    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 i18n.sh hwconf.sh local.sh"
    1.30 +RUN_SCRIPTS="bootopts.sh network.sh system.sh local.sh"
    1.31  
    1.32  # Daemons to start at boot time. SliTaz only provides a few daemons: firewall,
    1.33  # Web server (httpd), SSH server (dropbear) and rsyncd, so boot order is
    1.34  # not really important, but dbus/hald should be started before slim.
    1.35 -RUN_DAEMONS="dbus hald firewall crond slim"
    1.36 +RUN_DAEMONS="dbus hald slim tazpanel"
    1.37  
    1.38  # Pre login bold message.
    1.39  MESSAGE="Welcome to your box."