slitaz-boot-scripts rev 159

rcS: clean up last commit...
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 26 15:19:34 2009 +0200 (2009-04-26)
parents 6d1034b2830e
children 30b287d766bf
files etc/init.d/rcS
line diff
     1.1 --- a/etc/init.d/rcS	Sun Apr 26 15:13:25 2009 +0200
     1.2 +++ b/etc/init.d/rcS	Sun Apr 26 15:19:34 2009 +0200
     1.3 @@ -13,13 +13,13 @@
     1.4  for opt in `cat cmdline`
     1.5  do
     1.6  	case $opt in
     1.7 -		*fastbootx*|*fbx*)
     1.8 +		fastbootx|fbx)
     1.9  			FAST_BOOT_X="yes" ;;
    1.10 -		*cdrom=*)
    1.11 +		cdrom=*)
    1.12  			CDROM=${opt#cdrom=} ;;
    1.13 -		*modprobe=*)
    1.14 +		modprobe=*)
    1.15  			MODPROBE="yes" ;;
    1.16 -		*config=*)
    1.17 +		config=*)
    1.18  			CONFIG=${opt#config=} ;;
    1.19  		*)
    1.20  			continue ;;