summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2010-10-10 16:18:35 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:26 +0100
commite0ebde8d43701a993ed152d0fb56f7d76e9c6965 (patch)
treebab0d96f9fc39f162d35e0a8300a74840891e339 /templates
parent000aa1e098cd6a9af59adbec8a7fef04abdd96d8 (diff)
downloadlive-build-e0ebde8d43701a993ed152d0fb56f7d76e9c6965.zip
live-build-e0ebde8d43701a993ed152d0fb56f7d76e9c6965.tar.gz
Make iso-hybrid default on l-b-cgi.
Diffstat (limited to 'templates')
-rw-r--r--templates/cgi/debian-official/form.html2
-rw-r--r--templates/cgi/debian-unofficial/form.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index 4c8018d..2a031e2 100644
--- a/templates/cgi/debian-official/form.html
+++ b/templates/cgi/debian-official/form.html
@@ -25,7 +25,7 @@
<td><label for="Binary_Images">--binary-images:</label> </td>
<td>
<select id="Binary_Images" name="binary_images" size="1">
- <option selected value="iso">iso</option>
+ <option selected value="iso-hybrid">iso-hybrid</option>
<option value="net">net</option>
<option value="tar">tar</option>
<option value="usb-hdd">usb-hdd</option>
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html
index acb3ccf..4949e5a 100644
--- a/templates/cgi/debian-unofficial/form.html
+++ b/templates/cgi/debian-unofficial/form.html
@@ -24,7 +24,7 @@
<td><label for="Binary_Images">--binary-images:</label> </td>
<td>
<select id="Binary_Images" name="binary_images" size="1">
- <option selected value="iso">iso</option>
+ <option selected value="iso-hybrid">iso-hybrid</option>
<option value="net">net</option>
<option value="tar">tar</option>
<option value="usb-hdd">usb-hdd</option>