tazlito diff tazlito-wiz @ rev 305

tazlito/deduplicate: ln may fail
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 02 10:38:08 2013 +0100 (2013-02-02)
parents e8f4014b75f9
children b3041f9d49ab
line diff
     1.1 --- a/tazlito-wiz	Fri Mar 16 12:06:01 2012 +0100
     1.2 +++ b/tazlito-wiz	Sat Feb 02 10:38:08 2013 +0100
     1.3 @@ -57,6 +57,7 @@
     1.4  	yad --form $opts --text="<b>$text</b>" \
     1.5  		--field="$(gettext "Distro name:")" \
     1.6  		--field="$(gettext "Based on:")":CB \
     1.7 +		--button="Write ISO:3" \
     1.8  		--button="TazPanel Live:2" \
     1.9  		--button="gtk-cancel:1" \
    1.10  		--button="gtk-ok:0" \
    1.11 @@ -71,6 +72,7 @@
    1.12  	case $? in
    1.13  		1) exit 0 ;;
    1.14  		2) tazweb http://tazpanel:82/live.cgi && exit 0 ;;
    1.15 +		3) terminal -T "write-iso" -e "tazlito writeiso lzma" && exit 0 ;;
    1.16  		*) continue ;;
    1.17  	esac
    1.18  	# Deal with $main values