summaryrefslogtreecommitdiff
path: root/templates/cgi/debian-official
diff options
context:
space:
mode:
Diffstat (limited to 'templates/cgi/debian-official')
-rw-r--r--templates/cgi/debian-official/form.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index 4f00600d1..1313444a3 100644
--- a/templates/cgi/debian-official/form.html
+++ b/templates/cgi/debian-official/form.html
@@ -25,10 +25,12 @@
<td><label for="Binary_Images">--binary-images:</label> </td>
<td>
<select id="Binary_Images" name="binary_images" size="1">
+ <option value="iso">iso</option>
<option selected value="iso-hybrid">iso-hybrid</option>
<option value="net">net</option>
<option value="tar">tar</option>
<option value="hdd">hdd</option>
+ <option value="hdd">virtual-hdd</option>
</select>
</td>
</tr>