slitaz-boot-scripts diff etc/rcS.conf @ rev 254

Huge change in boot... we start X as soon as possible by default, for this we have to config keymap, locale, user and home before, let do that in rcS. Also some fixes such as TZ
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 29 16:06:08 2011 +0200 (2011-04-29)
parents 1ebe324e953a
children 49f03c9f0fd8
line diff
     1.1 --- a/etc/rcS.conf	Wed Apr 06 16:18:42 2011 +0100
     1.2 +++ b/etc/rcS.conf	Fri Apr 29 16:06:08 2011 +0200
     1.3 @@ -47,7 +47,7 @@
     1.4  # Daemons to start at boot time. SliTaz only provides a few daemons: firewall,
     1.5  # Web server (lighttpd), SSH server (dropbear) and rsyncd, so boot order is
     1.6  # not really important, but dbus/hald should be started before slim.
     1.7 -RUN_DAEMONS="dbus hald firewall slim"
     1.8 +RUN_DAEMONS="dbus hald firewall slim tazpanel"
     1.9  
    1.10  # Pre login bold message.
    1.11  MESSAGE="Welcome to your box."