slitaz-arm view rootfs/etc/rcS.conf @ rev 219

dot command may not search current directory first
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 23 13:50:45 2017 +0200 (2017-07-23)
parents 7f8c51f837a5
children
line source
1 # /etc/rcS.conf - Initial boot script configuration for SliTaz ARM
2 # Config file used by /etc/init.d/rcS
3 #
5 # Syslogd: Max size (KB) before rotation.
6 SYSLOGD_SIZE="40"
8 # Kernel modules to load earlier in boot.
9 LOAD_MODULES=""
11 # Scripts to run at boot time. Important: system.sh after network.sh.
12 RUN_SCRIPTS="network.sh system.sh local.sh"
14 # Daemons/services to start later in boot process.
15 RUN_DAEMONS="httpd"
17 # X Login manager: slim or empty to disable X
18 LOGIN_MANAGER="slim"
20 # Network time server to update system clock on boot.
21 NTPD_HOST="0.pool.ntp.org"
23 # Pre login bold message.
24 MESSAGE="Welcome to SliTaz ARM"