tazlito rev 185

tazlitobox: remove loram http
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 05 17:06:48 2010 +0100 (2010-11-05)
parents 492ac55668ff
children 7ffa87a9cf58
files tazlitobox
line diff
     1.1 --- a/tazlitobox	Wed Oct 20 20:51:57 2010 +0000
     1.2 +++ b/tazlitobox	Fri Nov 05 17:06:48 2010 +0100
     1.3 @@ -113,9 +113,8 @@
     1.4  
     1.5  loram_action()
     1.6  {
     1.7 -	case "$LORAM_RAM$LORAM_CDROM$LORAM_HTTP" in
     1.8 -	falsetruefalse)	type=cdrom ;;
     1.9 -	falsefalsetrue)	type=http ;;
    1.10 +	case "$LORAM_RAM$LORAM_CDROM" in
    1.11 +	falsetrue)	type=cdrom ;;
    1.12  	*)		type=ram ;;
    1.13  	esac
    1.14  	xterm -geometry 80x16 \
    1.15 @@ -532,10 +531,6 @@
    1.16  			<label>The filesystem may be on a 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>