tazlito rev 90

en: Add new tab
author Paul Issott <paul@slitaz.org>
date Sun Jan 11 14:04:05 2009 +0000 (2009-01-11)
parents bbbf201e9bd5
children 03db9118cc75
files tazlitobox
line diff
     1.1 --- a/tazlitobox	Fri Dec 26 20:27:09 2008 +0000
     1.2 +++ b/tazlitobox	Sun Jan 11 14:04:05 2009 +0000
     1.3 @@ -35,12 +35,12 @@
     1.4        <text wrap="true" width-chars="52" use-markup="true">
     1.5          <label>
     1.6  "
     1.7 -Tazlito Box is a tiny interface to SliTaz Live Tool aka Tazlito.
     1.8 +Tazlito Box is a tiny interface to the SliTaz Live Tool aka Tazlito.
     1.9  You can simply generate a LiveCD in a few minutes, using your
    1.10  own flavor or one from the SliTaz community. Tazlito can also 
    1.11 -generate a LiveCD flavor using all the current installed packages
    1.12 -selection. Tazlito commands are executed in a XTerm, you can
    1.13 -then press ENTER or the mouse to close the window.
    1.14 +generate a LiveCD flavor using all of the currently installed 
    1.15 +packages. Tazlito commands are executed in a XTerm, you can 
    1.16 +press ENTER or the mouse to close the window.
    1.17  "
    1.18          </label>
    1.19        </text>
    1.20 @@ -89,24 +89,24 @@
    1.21        </label>
    1.22      </text>
    1.23      
    1.24 -    <notebook labels="System|Flavors|Configuration files">
    1.25 +    <notebook labels="System|Gen Flavor|Flavors|Configuration files">
    1.26      
    1.27      <frame Current packages selection>
    1.28      
    1.29        <text use-markup="true">
    1.30          <label>
    1.31  "
    1.32 -Gen distro will create a LiveCD with all installed packages.
    1.33 +Gen distro will create a LiveCD based on all the currently installed packages.
    1.34  "
    1.35          </label>
    1.36        </text>
    1.37        
    1.38        <hbox>
    1.39          <button>
    1.40 -          <label>Gen running distro</label>
    1.41 +          <label>Gen distro</label>
    1.42            <input file icon="forward"></input>
    1.43            <action>cd /home/slitaz</action>
    1.44 -          <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -title "gen-distro" -e "tazlito gen-distro && echo -e \"----\nENTER to continue...\" && read close"</action>
    1.45 +          <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -title "gen-liveflavor" -e "tazlito gen-liveflavor GEN_LIVEFLAVOR_NAME && echo -e \"----\nENTER to continue...\" && read close"</action>
    1.46          </button>
    1.47          <button>
    1.48            <label>Clean distro</label>
    1.49 @@ -115,6 +115,27 @@
    1.50            <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -title "clean-distro" -e "tazlito clean-distro && sleep 1"</action>
    1.51          </button>
    1.52        </hbox>
    1.53 +       <hbox>
    1.54 +        <text use-markup="true">
    1.55 +          <label>"<b>Name :</b>"</label>
    1.56 +        </text>
    1.57 +        <entry>
    1.58 +          <default>current-packages.iso</default>
    1.59 +          <variable>GEN_LIVEFLAVOR_NAME</variable>
    1.60 +        </entry>
    1.61 +      </hbox>
    1.62 +     </frame>
    1.63 +     
    1.64 +     <frame Gen Flavor>
    1.65 +    
    1.66 +      <text use-markup="true">
    1.67 +        <label>
    1.68 +"
    1.69 +Gen Flavor will generate a new flavor file based on rootfs in 
    1.70 +home/slitaz/distro.
    1.71 +"
    1.72 +        </label>
    1.73 +      </text>
    1.74  
    1.75        <hbox>
    1.76          <text use-markup="true">
    1.77 @@ -127,14 +148,14 @@
    1.78        </hbox>
    1.79        <hbox>
    1.80        <button>
    1.81 -          <label>Gen flavor</label>
    1.82 +          <label>Gen new flavor</label>
    1.83            <input file icon="forward"></input>
    1.84            <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -title "gen-flavor $GEN_FLAVOR_NAME" -e "tazlito gen-flavor $GEN_FLAVOR_NAME && echo -e \"----\nENTER to continue...\" && read close"</action>
    1.85          </button>
    1.86        </hbox>
    1.87      </frame>
    1.88      
    1.89 -    <frame Community and personnal flavors>
    1.90 +    <frame Community and personal flavors>
    1.91        <text wrap="true" use-markup="true">
    1.92          <label>
    1.93  "
    1.94 @@ -173,7 +194,7 @@
    1.95            <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -title "get-flavor $COMMUNITY_FLAVOR" -e "tazlito get-flavor $COMMUNITY_FLAVOR && echo -e \"----\nENTER to continue...\" && read close"</action>
    1.96          </button>
    1.97          <button>
    1.98 -          <label>Gen flavor distro</label>
    1.99 +          <label>Gen distro</label>
   1.100            <input file icon="forward"></input>
   1.101            <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -title "gen-distro" -e "tazlito gen-distro && echo -e \"----\nENTER to continue...\" && read close"</action>
   1.102          </button>