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

remove in-kernel modules from rcS.conf
author Rohit Joshi <jozee@slitaz.org>
date Sat Jun 27 09:37:50 2009 +0000 (2009-06-27)
parents 3ff9c5179331
children 16c27ed1f2c9
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 # Use udev to populate /dev and handles hotplug events.
6 UDEV="yes"
8 # Clean up the system removing all tmp and pid files.
9 CLEAN_UP_SYSTEM="yes"
11 # Filesystems to check integrity of at boot time. You should check the
12 # rootfs (where SliTaz is installed) and all partitions listed in
13 # /etc/fstab. Example : CHECK_FS="/dev/hda5 /dev/hdb1"
14 CHECK_FS=""
16 # Fast boot into X by setting the system keymap-locale and starting
17 # the Slim login manager earlier at boot time. If fast X is enabled
18 # then dbus, hald and slim can be removed from RUN_DAEMONS.
19 FAST_BOOT_X="no"
21 # Start Kernel log daemons (syslogd and klogd).
22 KERNEL_LOG_DAEMONS="yes"
23 SYSLOGD_ROTATED_SIZE="60"
25 # Kernel modules to automatically load at boot time. You can use 'modprobe -l'
26 # to get a list of all kernel modules available.
27 #
28 # For Intel and some Nvidia sound cards : snd_intel8x0 snd_intel8x0m snd_hda_intel
29 #
30 LOAD_MODULES=" "
32 # Initialization scripts to run at boot time. Boot order is important,
33 # bootopts.sh (boot options) must start first, hwconf after network (tazx
34 # need an active connexion to install Xorg) then you are free to choose.
35 # Note that the local.sh script exists to let you quickly add some local startup
36 # commands.
37 RUN_SCRIPTS="bootopts.sh network.sh i18n.sh hwconf.sh local.sh"
39 # Daemons to start at boot time. SliTaz only provides a few daemons: firewall,
40 # Web server (lighttpd), SSH server (dropbear) and rsyncd, so boot order is
41 # not really important, but dbus/hald should be started before slim.
42 RUN_DAEMONS="dbus hald firewall slim"
44 # Pre login bold message.
45 MESSAGE="Welcome to your box."