slitaz-boot-scripts diff etc/init.d/rcS @ rev 414

/etc/init.d/bootopts.sh: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 29 21:12:39 2015 +0200 (2015-08-29)
parents 6c2d6362887d
children 29ec74a6d359
line diff
     1.1 --- a/etc/init.d/rcS	Mon Mar 23 02:01:21 2015 +0200
     1.2 +++ b/etc/init.d/rcS	Sat Aug 29 21:12:39 2015 +0200
     1.3 @@ -184,7 +184,7 @@
     1.4  
     1.5  # Start X session. Dbus must be started before Xorg and other daemons. 
     1.6  # We started it here because X is run before RUN_DAEMONS. Sleep, in 
     1.7 -# some in live mode we boot too fast and X can't initialize.
     1.8 +# some live modes we boot too fast and X can't initialize.
     1.9  if [ "$SCREEN" != 'text' ] && [ "$LOGIN_MANAGER" ] &&
    1.10  	[ -x /usr/bin/tazx ] && [ -s /etc/slitaz/applications.conf ] &&
    1.11  	[ -x "/etc/init.d/$LOGIN_MANAGER" ]; then