wok-tiny view base-tiny/stuff/etc/rcS.conf @ rev 94

Refresh, remove kernel*, add linux
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 02 21:45:05 2015 +0200 (2015-10-02)
parents
children c21687abfa6a
line source
1 # /etc/rcS.conf - Initial boot script configuration for SliTaz GNU/Linux.
2 # Config file used by /etc/init.d/rcS
3 #
5 # Clean up the system removing all tmp and pid files.
6 CLEAN_UP_SYSTEM="yes"
8 # Filesystems to check integrity of at boot time. You should check the
9 # rootfs (where SliTaz is installed) and all partitions listed in
10 # /etc/fstab. Example: CHECK_FS="/dev/hda5 /dev/hdb1"
11 CHECK_FS=""
13 # Start Kernel log daemons (syslogd and klogd).
14 KERNEL_LOG_DAEMONS="yes"
15 SYSLOGD_ROTATED_SIZE="60"
17 # Kernel modules to automatically load at boot time
18 LOAD_MODULES=""
19 KEEP_MODULES=""
21 # Initialization scripts to run at boot time. Boot order is important.
22 # Note that the local.sh script exists to let you quickly add
23 # some local startup commands.
24 RUN_SCRIPTS="network.sh local.sh"
25 EARLY_RUN_SCRIPTS=""
27 # Daemons to start at boot time.
28 # Boot order is not really important.
29 RUN_DAEMONS=""
31 # Pre login bold message.
32 MESSAGE="Welcome to your box."