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

busybox: fix modules order
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 14 19:16:39 2021 +0000 (2021-07-14)
parents 371673f39e46
children
line source
1 # Initial boot script configuration for SliTaz GNU/Linux.
2 # Config file used by /etc/init.d/rcS
4 # Clean up the system removing all tmp and pid files.
5 CLEAN_UP_SYSTEM="yes"
7 # Filesystems to check integrity of at boot time. You should check the
8 # rootfs (where SliTaz is installed) and all partitions listed in
9 # /etc/fstab. Example: CHECK_FS="/dev/hda5 /dev/hdb1"
10 CHECK_FS=""
12 # Start Kernel log daemons (syslogd and klogd).
13 KERNEL_LOG_DAEMONS="yes"
14 SYSLOGD_ROTATED_SIZE="60"
16 # Kernel modules to automatically load at boot time
17 LOAD_MODULES=""
18 KEEP_MODULES=""
20 # Initialization scripts to run at boot time. Boot order is important.
21 # Note that the local.sh script exists to let you quickly add
22 # some local startup commands.
23 RUN_SCRIPTS="network.sh local.sh"
24 EARLY_RUN_SCRIPTS=""
26 # Daemons to start at boot time.
27 # Boot order is not really important.
28 RUN_DAEMONS=""
30 # Pre login bold message.
31 MESSAGE="Welcome to your box."