tazlito diff tazlitobox @ rev 172

tazlitobox: add loram/web
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 26 17:33:07 2010 +0100 (2010-03-26)
parents e7e079b6888d
children ca84d0c664e1
line diff
     1.1 --- a/tazlitobox	Fri Mar 26 11:54:05 2010 +0100
     1.2 +++ b/tazlitobox	Fri Mar 26 17:33:07 2010 +0100
     1.3 @@ -113,8 +113,9 @@
     1.4  
     1.5  loram_action()
     1.6  {
     1.7 -	case "$LORAM_RAM$LORAM_CDROM" in
     1.8 -	falsetrue)	type=cdrom ;;
     1.9 +	case "$LORAM_RAM$LORAM_CDROM$LORAM_HTTP" in
    1.10 +	falsetruefalse)	type=cdrom ;;
    1.11 +	falsefalsetrue)	type=http ;;
    1.12  	*)		type=ram ;;
    1.13  	esac
    1.14  	xterm -geometry 80x16 \
    1.15 @@ -531,6 +532,10 @@
    1.16  			<label>The filesystem may be on CDROM.</label>
    1.17  			<variable>LORAM_CDROM</variable>
    1.18  		</radiobutton>
    1.19 +		<radiobutton>
    1.20 +			<label>The filesystem is on the WEB.</label>
    1.21 +			<variable>LORAM_HTTP</variable>
    1.22 +		</radiobutton>
    1.23  			</vbox>
    1.24  		</hbox>
    1.25  		<hbox>