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

rcS.conf: update comments
author Richard Dunbar <mojo@slitaz.org>
date Sat Mar 30 10:10:52 2019 -0400 (2019-03-30)
parents 8844ec3dc692
children
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/rcS unless using screen=text
31 # boot option
32 RUN_DAEMONS="firewall httpd ntpd"
34 # Pre login bold message.
35 MESSAGE="Welcome to your box"