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

piboot: fix moving old log file
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 22:50:31 2014 +0200 (2014-05-02)
parents 56ca097bc816
children 1ae334724750
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="snd-bcm2835"
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 # Pre login bold message.
21 MESSAGE="Welcome to SliTaz RaspberryPi"