# HG changeset patch # User Christophe Lincoln # Date 1305538835 -7200 # Node ID c7182655c428af74858e88eb4d5b3241bfebe821 # Parent 8b16caf41633f0837db33b49e55182a87f2c7ad5 system.sh: in frugal we slim start to quickly... diff -r 8b16caf41633 -r c7182655c428 etc/init.d/system.sh --- a/etc/init.d/system.sh Mon May 16 00:51:01 2011 +0200 +++ b/etc/init.d/system.sh Mon May 16 11:40:35 2011 +0200 @@ -134,11 +134,11 @@ # Start X sesssion as soon as possible in Live/frugal mode. HD install # can use FAST_BOOT_X wich start X even before. In live mode we need # keymap config for Xorg configuration and a working Xorg config. -if [ "$SCREEN" != "text" ] && [ -x /usr/bin/slim ]; then - if fgrep -q root=/dev/null /proc/cmdline; then - /etc/init.d/slim start - fi -fi +#if [ "$SCREEN" != "text" ] && [ -x /usr/bin/slim ]; then + #if fgrep -q root=/dev/null /proc/cmdline; then + #/etc/init.d/slim start + #fi +#fi # Firefox hack to get the right locale. if fgrep -q "fr_" /etc/locale.conf; then