slitaz-arm diff rpi/rootfs/etc/rcS.conf @ rev 75

Add slim support and custom rpi theme
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 23 14:37:38 2014 +0100 (2014-03-23)
parents
children 7f8c51f837a5
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rpi/rootfs/etc/rcS.conf	Sun Mar 23 14:37:38 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +# /etc/rcS.conf - Initial boot script configuration for SliTaz ARM
     1.5 +# Config file used by /etc/init.d/rcS
     1.6 +#
     1.7 +
     1.8 +# Syslogd: Max size (KB) before rotation.
     1.9 +SYSLOGD_SIZE="40"
    1.10 +
    1.11 +# Kernel modules to load earlier in boot.
    1.12 +LOAD_MODULES="snd-bcm2835"
    1.13 +
    1.14 +# Scripts to run at boot time. Important: system.sh after network.sh.
    1.15 +RUN_SCRIPTS="network.sh system.sh local.sh"
    1.16 +
    1.17 +# Daemons/services to start later in boot process.
    1.18 +RUN_DAEMONS=""
    1.19 +
    1.20 +# X Login manager: slim or empty to disable X
    1.21 +LOGIN_MANAGER="slim"
    1.22 +
    1.23 +# Pre login bold message.
    1.24 +MESSAGE="Welcome to SliTaz RaspberryPi"