summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2011-12-21 11:08:49 -0600
committerRichard Nelson <unixabg@gmail.com>2011-12-21 11:08:49 -0600
commitd5a9fc80066f3ca0e213fd2f122c37438ec91fdc (patch)
tree8e30a0b17809a51df26705ba4a9ddf65f6f2ebff /templates
parent03e381eb8517de281e5ed194e996b574e8f734dd (diff)
downloadvyos-live-build-d5a9fc80066f3ca0e213fd2f122c37438ec91fdc.tar.gz
vyos-live-build-d5a9fc80066f3ca0e213fd2f122c37438ec91fdc.zip
l-b.cgi add option for amd64 to --architectures.
Diffstat (limited to 'templates')
-rw-r--r--templates/cgi/debian-official/form.html1
-rw-r--r--templates/cgi/debian-unofficial/form.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index 1db85b89a..fe2dd272c 100644
--- a/templates/cgi/debian-official/form.html
+++ b/templates/cgi/debian-official/form.html
@@ -96,6 +96,7 @@
<td><label for="Architectures">--architectures:</label> </td>
<td>
<select id="Architectures" name="architectures" size="1">
+ <option value="amd64">amd64</option>
<option selected value="i386">i386</option>
</select>
</td>
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html
index aeb014c6b..543f79e9e 100644
--- a/templates/cgi/debian-unofficial/form.html
+++ b/templates/cgi/debian-unofficial/form.html
@@ -95,6 +95,7 @@
<td><label for="Architectures">--architectures:</label> </td>
<td>
<select id="Architectures" name="architectures" size="1">
+ <option value="amd64">amd64</option>
<option selected value="i386">i386</option>
</select>
</td>