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

hwconf.sh: Speed up and tidy cmdline option
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 27 15:48:38 2009 +0200 (2009-04-27)
parents ae0a8f86229a
children 716e7e9ee7e4
line diff
     1.1 --- a/etc/rcS.conf	Tue Apr 21 01:46:21 2009 +0200
     1.2 +++ b/etc/rcS.conf	Mon Apr 27 15:48:38 2009 +0200
     1.3 @@ -2,10 +2,6 @@
     1.4  # Config file used by /etc/init.d/rcS
     1.5  #
     1.6  
     1.7 -# Start Kernel log daemons (syslogd and klogd).
     1.8 -KERNEL_LOG_DAEMONS="yes"
     1.9 -SYSLOGD_ROTATED_SIZE="60"
    1.10 -
    1.11  # Use udev to populate /dev and handles hotplug events.
    1.12  UDEV="yes"
    1.13  
    1.14 @@ -17,6 +13,15 @@
    1.15  # /etc/fstab. Example : CHECK_FS="/dev/hda5 /dev/hdb1"
    1.16  CHECK_FS=""
    1.17  
    1.18 +# Fast boot into X by setting the system keymap-locale and starting 
    1.19 +# the Slim login manager earlier at boot time. If fast X is enabled
    1.20 +# then dbus, hald and slim can be removed from RUN_DAEMONS.
    1.21 +FAST_BOOT_X="no"
    1.22 +
    1.23 +# Start Kernel log daemons (syslogd and klogd).
    1.24 +KERNEL_LOG_DAEMONS="yes"
    1.25 +SYSLOGD_ROTATED_SIZE="60"
    1.26 +
    1.27  # Kernel modules to automatically load at boot time. You can use 'modprobe -l'
    1.28  # to get a list of all kernel modules available.
    1.29  #
    1.30 @@ -29,13 +34,12 @@
    1.31  # need an active connexion to install Xorg) then you are free to choose.
    1.32  # Note that the local.sh script exists to let you quickly add some local startup
    1.33  # commands.
    1.34 -RUN_SCRIPTS="bootopts.sh i18n.sh network.sh hwconf.sh local.sh"
    1.35 +RUN_SCRIPTS="bootopts.sh network.sh i18n.sh hwconf.sh local.sh"
    1.36  
    1.37  # Daemons to start at boot time. SliTaz only provides a few daemons: firewall,
    1.38  # Web server (lighttpd), SSH server (dropbear) and rsyncd, so boot order is
    1.39  # not really important, but dbus/hald should be started before slim.
    1.40 -RUN_DAEMONS="dbus hald firewall lighttpd slim"
    1.41 +RUN_DAEMONS="dbus hald firewall slim"
    1.42  
    1.43  # Pre login bold message.
    1.44  MESSAGE="Welcome to your box."
    1.45 -