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

Fix typo in rcS
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 06 23:20:52 2008 +0100 (2008-01-06)
parents 14f813c4a28a
children 3659b58f2398
line diff
     1.1 --- a/etc/init.d/rcS	Wed Dec 12 13:46:37 2007 +0100
     1.2 +++ b/etc/init.d/rcS	Sun Jan 06 23:20:52 2008 +0100
     1.3 @@ -49,7 +49,7 @@
     1.4  fi
     1.5  
     1.6  # Handle kernel cmdline parameter modprobe=<module_list> 
     1.7 -+if grep -q " modprobe=" /proc/cmdline; then
     1.8 +if grep -q " modprobe=" /proc/cmdline; then
     1.9  	MODULES=`sed -e 's/.* modprobe=\([^ ]*\).*/\1/' -e 's/,/\n/g' < /proc/cmdline`
    1.10  	for i in $MODULES; do
    1.11  		echo -n "Loading kernel module $i"