slitaz-boot-scripts diff etc/init.d/rcS @ rev 349

Fix screen=text
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 16 19:40:58 2014 +0100 (2014-02-16)
parents 612a6f9874c0
children 80ff25a65404
line diff
     1.1 --- a/etc/init.d/rcS	Sat Feb 15 18:50: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