tazpanel rev 290 1.5.3

live.cgi: small last minute fix
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 09 23:58:56 2012 +0200 (2012-04-09)
parents 1d3917aabe6a
children a4067a3222a9
files live.cgi
line diff
     1.1 --- a/live.cgi	Thu Apr 05 21:11:51 2012 +0200
     1.2 +++ b/live.cgi	Mon Apr 09 23:58:56 2012 +0200
     1.3 @@ -116,7 +116,7 @@
     1.4  			echo "<h3>tazusb gen-liveusb $(GET gen)</h3>"
     1.5  			echo '<pre>'
     1.6  			# No pipe here so output is displayed in realtime
     1.7 -			tazusb gen-liveusb $(GET gen)
     1.8 +			yes | tazusb gen-liveusb $(GET gen)
     1.9  			echo '</pre>'
    1.10  		fi ;;
    1.11  	*)
    1.12 @@ -135,7 +135,7 @@
    1.13  		<img src="$IMAGES/harddisk.png" />$(gettext "Create LiveUSB")</a>
    1.14  </div>
    1.15  
    1.16 -<a name="livecd"></a>
    1.17 +<!--<a name="livecd"></a>
    1.18  <h3>`gettext "Write a Live CD"`</h3>
    1.19  <p>
    1.20  	`gettext "The command writeiso will generate an ISO image of the
    1.21 @@ -151,7 +151,7 @@
    1.22  		<option value="none">none</option>
    1.23  	</select>
    1.24  	<input type="submit" value="`gettext "Write ISO"`" />
    1.25 -</form>
    1.26 +</form> -->
    1.27  
    1.28  <h3>`gettext "Live CD tools"`</h3>
    1.29  <a name="loram"></a>