diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-10-08 12:43:12 -0500 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:33 +0100 |
commit | 4ae74a15f118bcd08c1f460d0167584a0a4915d5 (patch) | |
tree | 8db8527dbe5318cb0688fbca3b56e75dcf363331 /templates/cgi/debian-official/form.html | |
parent | ff2eaee6bd27bb2fdb4e4366cceea165c0e8cc16 (diff) | |
download | vyos-live-build-4ae74a15f118bcd08c1f460d0167584a0a4915d5.tar.gz vyos-live-build-4ae74a15f118bcd08c1f460d0167584a0a4915d5.zip |
Make iso-hybrid default on l-b-cgi.
Diffstat (limited to 'templates/cgi/debian-official/form.html')
-rw-r--r-- | templates/cgi/debian-official/form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index 15e4a25bb..8febffe51 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> |