slitaz-boot-scripts diff etc/init.d/system.sh @ rev 357

bootopts.sh: fix posixovl args
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 26 20:34:53 2014 +0000 (2014-03-26)
parents 360014d012ed
children 3671428835e5
line diff
     1.1 --- a/etc/init.d/system.sh	Sun Feb 16 19:03:46 2014 +0100
     1.2 +++ b/etc/init.d/system.sh	Wed Mar 26 20:34:53 2014 +0000
     1.3 @@ -21,8 +21,6 @@
     1.4  			DRIVER=${opt#sound=} ;;
     1.5  		xarg=*)
     1.6  			XARG="$XARG ${opt#xarg=}" ;;
     1.7 -		screen=*)
     1.8 -			SCREEN=${opt#screen=} ;;
     1.9  		*)
    1.10  			continue ;;
    1.11  	esac