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

Tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Mar 23 18:18:15 2015 +0000 (2015-03-23)
parents 175315b7699d
children 8844ec3dc692
line source
1 # /etc/rcS.conf : Initial boot script configuration for SliTaz GNU/Linux
2 # Sourced 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 fstab.
13 # Example: CHECK_FS="/dev/hda5 /dev/hdb1"
14 CHECK_FS=""
16 # Syslogd: Max size (KB) before rotation
17 SYSLOGD_ROTATED_SIZE="60"
19 # Kernel modules to load at boot time
20 LOAD_MODULES=""
22 # X Login manager: slim or lxdm, empty to disable X
23 LOGIN_MANAGER="slim"
25 # Initialization scripts to run at boot time. The local.sh script
26 # lets you quickly add some local startup commands.
27 RUN_SCRIPTS="bootopts.sh system.sh network.sh local.sh"
29 # Daemons to start at boot time. DBUS daemon is started before the
30 # login manager and from: /etc/init.d/system.sh
31 RUN_DAEMONS="firewall httpd"
33 # Pre login bold message.
34 MESSAGE="Welcome to your box"