summaryrefslogtreecommitdiff
path: root/templates/cgi
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2011-12-22 00:12:12 -0600
committerRichard Nelson <unixabg@gmail.com>2011-12-22 00:12:12 -0600
commit94499db4010f7e14d4a7600b130ce13d029a3aeb (patch)
treeeeb9ce76112bdd405933403a03d6941f17aab2c0 /templates/cgi
parentef3f321d1b2944b4476590b8ff553f1140243be5 (diff)
downloadvyos-live-build-94499db4010f7e14d4a7600b130ce13d029a3aeb.tar.gz
vyos-live-build-94499db4010f7e14d4a7600b130ce13d029a3aeb.zip
l-b.cgi update form.html to current --binary-images
Diffstat (limited to 'templates/cgi')
-rw-r--r--templates/cgi/debian-official/form.html2
-rw-r--r--templates/cgi/debian-unofficial/form.html2
2 files changed, 4 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>
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html
index f5c1a1bef..8c0d03152 100644
--- a/templates/cgi/debian-unofficial/form.html
+++ b/templates/cgi/debian-unofficial/form.html
@@ -24,10 +24,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>