slitaz-boot-scripts rev 264

system.sh: in frugal we slim start to quickly...
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 16 11:40:35 2011 +0200 (2011-05-16)
parents 8b16caf41633
children 7cae07b36655
files etc/init.d/system.sh
line diff
     1.1 --- a/etc/init.d/system.sh	Mon May 16 00:51:01 2011 +0200
     1.2 +++ b/etc/init.d/system.sh	Mon May 16 11:40:35 2011 +0200
     1.3 @@ -134,11 +134,11 @@
     1.4  # Start X sesssion as soon as possible in Live/frugal mode. HD install
     1.5  # can use FAST_BOOT_X wich start X even before. In live mode we need
     1.6  # keymap config for Xorg configuration and a working Xorg config.
     1.7 -if [ "$SCREEN" != "text" ] && [ -x /usr/bin/slim ]; then
     1.8 -	if fgrep -q root=/dev/null /proc/cmdline; then
     1.9 -		/etc/init.d/slim start
    1.10 -	fi
    1.11 -fi
    1.12 +#if [ "$SCREEN" != "text" ] && [ -x /usr/bin/slim ]; then
    1.13 +	#if fgrep -q root=/dev/null /proc/cmdline; then
    1.14 +		#/etc/init.d/slim start
    1.15 +	#fi
    1.16 +#fi
    1.17  
    1.18  # Firefox hack to get the right locale.
    1.19  if fgrep -q "fr_" /etc/locale.conf; then