From: Thierry Parmentelat Date: Thu, 2 Jul 2009 12:14:36 +0000 (+0000) Subject: drop options for generic boot images X-Git-Tag: PLEWWW-4.3-23~4 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6d4fba729b506e3cee6e3ca07e462837acaef638;hp=2ef8cf86d8cc648b43358e6898261b8b6dd9ed9b;p=plewww.git drop options for generic boot images --- diff --git a/planetlab/nodes/node.php b/planetlab/nodes/node.php index 8f1f25f..e3ba39e 100644 --- a/planetlab/nodes/node.php +++ b/planetlab/nodes/node.php @@ -274,10 +274,11 @@ if ( $local_peer && $privileges) { array("value"=>"download-node-iso","display"=>"Download ISO image for $hostname"), array("value"=>"download-node-usb","display"=>"Download USB image for $hostname"), array("value"=>"download-node-usb-partition", "display"=>"Download partitioned, USB image for $hostname"), - array("display"=>"-- Floppy + generic image --","disabled"=>true), - array("value"=>"download-node-floppy","display"=>"Download Floppy file for $hostname"), - array("value"=>"download-generic-iso","display"=>"Download generic ISO image (requires floppy)"), - array("value"=>"download-generic-usb","display"=>"Download generic USB image (requires floppy)")); + // array("display"=>"-- Floppy + generic image --","disabled"=>true), + // array("value"=>"download-node-floppy","display"=>"Download Floppy file for $hostname"), + // array("value"=>"download-generic-iso","display"=>"Download generic ISO image (requires floppy)"), + // array("value"=>"download-generic-usb","display"=>"Download generic USB image (requires floppy)"), + ); $download_value .= $download_form->select_html("action",$selectors, array('label'=>"Download mode",'autosubmit'=>true)); $download_value .= $download_form->end_html();