# HG changeset patch # User Christophe Lincoln # Date 1333628115 -7200 # Node ID 95ee294e41471b82f79ee1a3e14de3ff571140ba # Parent c46b598e48aa0cab17c947474248dda44d431c40 tazlito-wiz: add button for writeiso diff -r c46b598e48aa -r 95ee294e4147 tazlito-wiz --- a/tazlito-wiz Wed Apr 04 00:25:23 2012 +0000 +++ b/tazlito-wiz Thu Apr 05 14:15:15 2012 +0200 @@ -57,6 +57,7 @@ yad --form $opts --text="$text" \ --field="$(gettext "Distro name:")" \ --field="$(gettext "Based on:")":CB \ + --button="Write ISO:3" \ --button="TazPanel Live:2" \ --button="gtk-cancel:1" \ --button="gtk-ok:0" \ @@ -71,6 +72,7 @@ case $? in 1) exit 0 ;; 2) tazweb http://tazpanel:82/live.cgi && exit 0 ;; + 3) terminal -T "write-iso" -e "tazlito writeiso lzma" && exit 0 ;; *) continue ;; esac # Deal with $main values