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

Rename slitaz-arm.sh to tazarm, improve, disable rdate by default and support --append= with Qemu
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 03 16:47:11 2014 +0100 (2014-03-03)
parents 4dcfb253c8f7
children 56ca097bc816
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=""
17 # Pre login bold message.
18 MESSAGE="Welcome to SliTaz ARM"