slitaz-boot-scripts annotate 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
rev   line source
pankso@302 1 # /etc/rcS.conf : Initial boot script configuration for SliTaz GNU/Linux
pankso@302 2 # Sourced by : /etc/init.d/rcS
pankso@3 3 #
pankso@3 4
pankso@302 5 # Use udev to populate /dev and handle hotplug events
pankso@3 6 UDEV="yes"
pankso@3 7
pankso@302 8 # Clean up the system removing all tmp and pid files
pankso@3 9 CLEAN_UP_SYSTEM="yes"
pankso@3 10
MikeDSmith25@107 11 # Filesystems to check integrity of at boot time. You should check the
pankso@302 12 # rootfs (where SliTaz is installed) and all partitions listed in fstab.
pankso@302 13 # Example: CHECK_FS="/dev/hda5 /dev/hdb1"
pankso@3 14 CHECK_FS=""
pankso@3 15
pankso@302 16 # Syslogd: Max size (KB) before rotation
pankso@157 17 SYSLOGD_ROTATED_SIZE="60"
pankso@157 18
pankso@302 19 # Kernel modules to load at boot time
pankso@262 20 LOAD_MODULES=""
pankso@3 21
pankso@302 22 # X Login manager: slim or lxdm, empty to disable X
pankso@302 23 LOGIN_MANAGER="slim"
pankso@252 24
pankso@302 25 # Initialization scripts to run at boot time. The local.sh script
paul@395 26 # lets you quickly add some local startup commands.
pankso@302 27 RUN_SCRIPTS="bootopts.sh system.sh network.sh local.sh"
pankso@3 28
pankso@302 29 # Daemons to start at boot time. DBUS daemon is started before the
mojo@456 30 # login manager and from: /etc/init.d/rcS unless using screen=text
mojo@456 31 # boot option
devl547@422 32 RUN_DAEMONS="firewall httpd ntpd"
pankso@3 33
pankso@3 34 # Pre login bold message.
pankso@302 35 MESSAGE="Welcome to your box"