slitaz-boot-scripts rev 349 5.4.1

Fix screen=text
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 16 19:40:58 2014 +0100 (2014-02-16)
parents 360014d012ed
children 885bdbb76e21
files etc/init.d/rcS etc/init.d/system.sh
line diff
     1.1 --- a/etc/init.d/rcS	Sun Feb 16 19:03:46 2014 +0100
     1.2 +++ b/etc/init.d/rcS	Sun Feb 16 19:40:58 2014 +0100
     1.3 @@ -83,6 +83,8 @@
     1.4  			export MODPROBE="yes" ;;
     1.5  		config=*)
     1.6  			export CONFIG=${opt#config=} ;;
     1.7 +		screen=*)
     1.8 +			export SCREEN=${opt#screen=} ;;
     1.9  		*)
    1.10  			continue ;;
    1.11  	esac
     2.1 --- a/etc/init.d/system.sh	Sun Feb 16 19:03:46 2014 +0100
     2.2 +++ b/etc/init.d/system.sh	Sun Feb 16 19:40:58 2014 +0100
     2.3 @@ -21,8 +21,6 @@
     2.4  			DRIVER=${opt#sound=} ;;
     2.5  		xarg=*)
     2.6  			XARG="$XARG ${opt#xarg=}" ;;
     2.7 -		screen=*)
     2.8 -			SCREEN=${opt#screen=} ;;
     2.9  		*)
    2.10  			continue ;;
    2.11  	esac