# /etc/rcS.conf : Initial boot script configuration for SliTaz GNU/Linux # Sourced by : /etc/init.d/rcS #This is the first function called in the busybox init. # For More info See: https://www.pearltrees.com/s243a/rcs-conf/id24231291#item251349251 # 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 fstab. # Example: CHECK_FS="/dev/hda5 /dev/hdb1" CHECK_FS="" # Syslogd: Max size (KB) before rotation SYSLOGD_ROTATED_SIZE="60" # Kernel modules to load at boot time LOAD_MODULES="" # X Login manager: slim or lxdm, empty to disable X LOGIN_MANAGER="slim" # Initialization scripts to run at boot time. The local.sh script # lets you quickly add some local startup commands. RUN_SCRIPTS="bootopts.sh pup_clock system.sh pup_start_cpu_freq pup_precache pup_pre-desktop network.sh local.sh" # Daemons to start at boot time. DBUS daemon is started before the # login manager and from: /etc/init.d/system.sh RUN_DAEMONS="hald pup_alsa pup_acpi pup_pcmcia pup_zramswap pup_sfs_load rc.firewall httpd cupsd ntpd pure-ftpd connman clamd" # Pre login message MESSAGE="Welcome to TazPuppy"