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

Move bootlog script to bin/
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 06 05:00:51 2011 +0200 (2011-04-06)
parents 68435a9c0843
children 1ebe324e953a
line diff
     1.1 --- a/etc/rcS.conf	Tue Mar 15 06:09:03 2011 +0100
     1.2 +++ b/etc/rcS.conf	Wed Apr 06 05:00:51 2011 +0200
     1.3 @@ -26,13 +26,17 @@
     1.4  KERNEL_LOG_DAEMONS="yes"
     1.5  SYSLOGD_ROTATED_SIZE="60"
     1.6  
     1.7 -# Kernel modules to automatically load at boot time. You can use 'modprobe -l'
     1.8 -# to get a list of all kernel modules available.
     1.9 -#
    1.10 -# For Intel and some Nvidia sound cards : snd_intel8x0 snd_intel8x0m snd_hda_intel
    1.11 -#
    1.12 +# Kernel modules to automatically load at boot time if not automaticaly
    1.13 +# detected. You can use 'modprobe -l' to get a list of all kernel modules
    1.14 +# available.
    1.15  LOAD_MODULES=" "
    1.16  
    1.17 +# Automaticaly recharge packages list on each boot and in background.
    1.18 +# If new packages or upgrade are avalaible they will be notified with
    1.19 +# tazpkg-notify. Here we just recharge list, we dont install anything
    1.20 +# since root user should check visualy packages that will be upgraded.
    1.21 +RECHARGE_PACKAGES_LIST="no"
    1.22 +
    1.23  # Initialization scripts to run at boot time. Boot order is important:
    1.24  # bootopts.sh (boot options) must start first, hwconf.sh after network.sh (tazx
    1.25  # needs an active connection to install Xorg), then you are free to choose.