tazlito rev 272 4.6.2

tazlito-wiz: add button for writeiso
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 05 14:15:15 2012 +0200 (2012-04-05)
parents c46b598e48aa
children 52614c0a2a1f
files tazlito-wiz
line diff
     1.1 --- a/tazlito-wiz	Wed Apr 04 00:25:23 2012 +0000
     1.2 +++ b/tazlito-wiz	Thu Apr 05 14:15:15 2012 +0200
     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