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

Huge change in boot... we start X as soon as possible by default, for this we have to config keymap, locale, user and home before, let do that in rcS. Also some fixes such as TZ
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 29 16:06:08 2011 +0200 (2011-04-29)
parents 1ebe324e953a
children 49f03c9f0fd8
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 handle 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 # Graphical boot with fbsplash (To easily configure use: tazfbsplash).
22 FBSPLASH="no"
23 FBSPLASH_THEME="slitaz"
25 # Start Kernel log daemons (syslogd and klogd).
26 KERNEL_LOG_DAEMONS="yes"
27 SYSLOGD_ROTATED_SIZE="60"
29 # Kernel modules to automatically load at boot time if not automatically
30 # detected. You can use 'modprobe -l' to get a list of all kernel modules
31 # available.
32 LOAD_MODULES=" "
34 # Automatically recharge packages list on each boot and in background.
35 # If new packages or upgrades are available they will be notified with
36 # tazpkg-notify. Here we just recharge list, we don't install anything
37 # since root user should visually check packages that will be upgraded.
38 RECHARGE_PACKAGES_LIST="no"
40 # Initialization scripts to run at boot time. Boot order is important:
41 # bootopts.sh (boot options) must start first, hwconf.sh after network.sh (tazx
42 # needs an active connection to install Xorg), then you are free to choose.
43 # Note that the local.sh script exists to let you quickly add some local startup
44 # commands.
45 RUN_SCRIPTS="bootopts.sh network.sh i18n.sh hwconf.sh local.sh"
47 # Daemons to start at boot time. SliTaz only provides a few daemons: firewall,
48 # Web server (lighttpd), SSH server (dropbear) and rsyncd, so boot order is
49 # not really important, but dbus/hald should be started before slim.
50 RUN_DAEMONS="dbus hald firewall slim tazpanel"
52 # Pre login bold message.
53 MESSAGE="Welcome to your box."