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

/etc/init.d/rcS: tazpkg does not support /var/run symlink
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 26 15:37:00 2013 +0000 (2013-11-26)
parents a0f7424e5486
children 7acd64a8f538
line diff
     1.1 --- a/etc/rcS.conf	Mon May 16 00:32:16 2011 +0200
     1.2 +++ b/etc/rcS.conf	Tue Nov 26 15:37:00 2013 +0000
     1.3 @@ -1,53 +1,34 @@
     1.4 -# /etc/rcS.conf - Initial boot script configuration for SliTaz GNU/Linux.
     1.5 -# Config file used by /etc/init.d/rcS
     1.6 +# /etc/rcS.conf : Initial boot script configuration for SliTaz GNU/Linux
     1.7 +# Sourced by    : /etc/init.d/rcS
     1.8  #
     1.9  
    1.10 -# Use udev to populate /dev and handle hotplug events.
    1.11 +# Use udev to populate /dev and handle hotplug events
    1.12  UDEV="yes"
    1.13  
    1.14 -# Clean up the system removing all tmp and pid files.
    1.15 +# Clean up the system removing all tmp and pid files
    1.16  CLEAN_UP_SYSTEM="yes"
    1.17  
    1.18  # Filesystems to check integrity of at boot time. You should check the
    1.19 -# rootfs (where SliTaz is installed) and all partitions listed in
    1.20 -# /etc/fstab. Example: CHECK_FS="/dev/hda5 /dev/hdb1"
    1.21 +# rootfs (where SliTaz is installed) and all partitions listed in fstab.
    1.22 +# Example: CHECK_FS="/dev/hda5 /dev/hdb1"
    1.23  CHECK_FS=""
    1.24  
    1.25 -# Fast boot into X by setting the system keymap-locale and starting
    1.26 -# the Slim login manager earlier at boot time. If fast X is enabled
    1.27 -# then dbus, hald and slim can be removed from RUN_DAEMONS.
    1.28 -FAST_BOOT_X="no"
    1.29 -
    1.30 -# Graphical boot with fbsplash (To easily configure use: tazfbsplash)
    1.31 -FBSPLASH="no"
    1.32 -FBSPLASH_THEME="slitaz"
    1.33 -
    1.34 -# Start Kernel log daemons (syslogd and klogd).
    1.35 -KERNEL_LOG_DAEMONS="yes"
    1.36 +# Syslogd: Max size (KB) before rotation
    1.37  SYSLOGD_ROTATED_SIZE="60"
    1.38  
    1.39 -# Kernel modules to automatically load at boot time if not automatically
    1.40 -# detected. You can use 'modprobe -l' to get a list of all kernel modules
    1.41 -# available.
    1.42 +# Kernel modules to load at boot time
    1.43  LOAD_MODULES=""
    1.44  
    1.45 -# Automatically recharge packages list on each boot and in background.
    1.46 -# If new packages or upgrades are available they will be notified with
    1.47 -# tazpkg-notify. Here we just recharge list, we don't install anything
    1.48 -# since root user should visually check packages that will be upgraded.
    1.49 -RECHARGE_PACKAGES_LIST="no"
    1.50 +# X Login manager: slim or lxdm, empty to disable X
    1.51 +LOGIN_MANAGER="slim"
    1.52  
    1.53 -# Initialization scripts to run at boot time. Boot order is important:
    1.54 -# bootopts.sh (boot options) must start first, system.sh after network.sh
    1.55 -# (tazx needs an active connection to install Xorg), then you are free 
    1.56 -# to choose. Note that the local.sh script exists to let you quickly add
    1.57 -# some local startup commands.
    1.58 -RUN_SCRIPTS="bootopts.sh network.sh system.sh local.sh"
    1.59 +# Initialization scripts to run at boot time. The local.sh script
    1.60 +# let you quickly add some local startup commands.
    1.61 +RUN_SCRIPTS="bootopts.sh system.sh network.sh local.sh"
    1.62  
    1.63 -# Daemons to start at boot time. SliTaz only provides a few daemons: firewall,
    1.64 -# Web server (lighttpd), SSH server (dropbear) and rsyncd, so boot order is
    1.65 -# not really important, but dbus/hald should be started before slim.
    1.66 -RUN_DAEMONS="dbus hald slim firewall httpd"
    1.67 +# Daemons to start at boot time. DBUS daemon is started before the
    1.68 +# login manager and from: /etc/init.d/system.sh
    1.69 +RUN_DAEMONS="firewall httpd"
    1.70  
    1.71  # Pre login bold message.
    1.72 -MESSAGE="Welcome to your box."
    1.73 +MESSAGE="Welcome to your box"