slitaz-boot-scripts rev 161
bootopts.sh+rcS: Fix typo
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 26 16:31:46 2009 +0200 (2009-04-26) |
parents | 30b287d766bf |
children | c2bc39dc7985 |
files | etc/init.d/bootopts.sh etc/init.d/rcS |
line diff
1.1 --- a/etc/init.d/bootopts.sh Sun Apr 26 16:11:54 2009 +0200 1.2 +++ b/etc/init.d/bootopts.sh Sun Apr 26 16:31:46 2009 +0200 1.3 @@ -180,7 +180,7 @@ 1.4 echo "openbox" > /etc/X11/wm.default ;; 1.5 e17|enlightenment|enlightenment_start) 1.6 echo "enlightenment" > /etc/X11/wm.default ;; 1.7 - esac 1.8 + esac ;; 1.9 *) 1.10 continue ;; 1.11 esac
2.1 --- a/etc/init.d/rcS Sun Apr 26 16:11:54 2009 +0200 2.2 +++ b/etc/init.d/rcS Sun Apr 26 16:31:46 2009 +0200 2.3 @@ -10,7 +10,7 @@ 2.4 2.5 # Parse cmdline args for earlier boot options. All other boot options 2.6 # are in /etc/init./bootopts.sh. 2.7 -for opt in `cat cmdline` 2.8 +for opt in `cat /proc/cmdline` 2.9 do 2.10 case $opt in 2.11 fastbootx|fbx)