# HG changeset patch # User Christophe Lincoln # Date 1303834556 -7200 # Node ID 864288f5aa6a46cac5a5a43d44d06af60f7a3bd5 # Parent 03de417560eebeeed59baef2b4260d3eccd3e441 core: Add tmp rcS.conf with tazpanel in RUN_DAEMONS diff -r 03de417560ee -r 864288f5aa6a core/rootfs/etc/rcS.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/rootfs/etc/rcS.conf Tue Apr 26 18:15:56 2011 +0200 @@ -0,0 +1,53 @@ +# /etc/rcS.conf - Initial boot script configuration for SliTaz GNU/Linux. +# Config file used by /etc/init.d/rcS +# + +# Use udev to populate /dev and handle hotplug events. +UDEV="yes" + +# Clean up the system removing all tmp and pid files. +CLEAN_UP_SYSTEM="yes" + +# Filesystems to check integrity of at boot time. You should check the +# rootfs (where SliTaz is installed) and all partitions listed in +# /etc/fstab. Example: CHECK_FS="/dev/hda5 /dev/hdb1" +CHECK_FS="" + +# Fast boot into X by setting the system keymap-locale and starting +# the Slim login manager earlier at boot time. If fast X is enabled +# then dbus, hald and slim can be removed from RUN_DAEMONS. +FAST_BOOT_X="no" + +# Graphical boot with fbsplash (To easily configure use: tazfbsplash) +FBSPLASH="no" +FBSPLASH_THEME="slitaz" + +# Start Kernel log daemons (syslogd and klogd). +KERNEL_LOG_DAEMONS="yes" +SYSLOGD_ROTATED_SIZE="60" + +# Kernel modules to automatically load at boot time if not automaticaly +# detected. You can use 'modprobe -l' to get a list of all kernel modules +# available. +LOAD_MODULES=" " + +# Automaticaly recharge packages list on each boot and in background. +# If new packages or upgrade are avalaible they will be notified with +# tazpkg-notify. Here we just recharge list, we dont install anything +# since root user should check visualy packages that will be upgraded. +RECHARGE_PACKAGES_LIST="no" + +# Initialization scripts to run at boot time. Boot order is important: +# bootopts.sh (boot options) must start first, hwconf.sh after network.sh (tazx +# needs an active connection to install Xorg), then you are free to choose. +# Note that the local.sh script exists to let you quickly add some local startup +# commands. +RUN_SCRIPTS="bootopts.sh network.sh i18n.sh hwconf.sh local.sh" + +# Daemons to start at boot time. SliTaz only provides a few daemons: firewall, +# Web server (lighttpd), SSH server (dropbear) and rsyncd, so boot order is +# not really important, but dbus/hald should be started before slim. +RUN_DAEMONS="dbus hald firewall slim tazpanel" + +# Pre login bold message. +MESSAGE="Welcome to your box."