slitaz-boot-scripts rev 17 1.3

Fix typo in rcS
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 06 23:20:52 2008 +0100 (2008-01-06)
parents 16740bd83581
children d7fb887562f4
files etc/init.d/rcS
line diff
     1.1 --- a/etc/init.d/rcS	Sun Jan 06 19:04:40 2008 +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"