slitaz-boot-scripts view etc/rcS.conf @ rev 29

Add option: laptop (load modules: ac battery)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 23 01:56:34 2008 +0100 (2008-02-23)
parents a5e2677812ab
children 5e37c635db43
line source
1 # /etc/rcS.conf - Initial boot script configuration for SliTaz GNU/Linux.
2 # Config file used by /etc/init.d/rcS
3 #
5 # Start Kernel log daemons (syslogd and klogd).
6 KERNEL_LOG_DAEMONS="yes"
7 SYSLOGD_ROTATED_SIZE="60"
9 # Use udev to populate /dev and handles hotplug events.
10 UDEV="yes"
12 # Clean up the system removing all tmp and pid files.
13 CLEAN_UP_SYSTEM="yes"
15 # Filesystems to check integrity on boot time. You should check the
16 # rootfs (where SliTaz is installed) and all partitions listed in
17 # /etc/fstab. Exemple : CHECK_FS="/dev/hda5 /dev/hdb1"
18 CHECK_FS=""
20 # Kernel modules to automaticly load at boot time. You can use 'modprobe -l'
21 # to get a list of all kernel modules avalaible.
22 #
23 # Fot Intel and some Nvidia sound cards : snd_intel8x0 snd_intel8x0m snd_hda_intel
24 #
25 LOAD_MODULES="vfat nls_utf8 ohci_hcd"
27 # Initialisation scripts to run at boot time. Boot order is important,
28 # bootopts.sh (boot options) must start first, then you free to choose. Note
29 # that the local.sh script exist to let you quick add some local startup
30 # commands.
31 RUN_SCRIPTS="bootopts.sh network.sh i18n.sh hwconf.sh local.sh"
33 # Daemons to start at boot time. SliTaz provide only a few daemons, firewall,
34 # Web server (lighttpd), SSH server (dropbear) and rsyncd, so boot order is
35 # not realy important.
36 RUN_DAEMONS="slim firewall lighttpd"
38 # Pre login bold message.
39 MESSAGE="Welcome to your box."