summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2011-12-21 10:41:17 -0600
committerRichard Nelson <unixabg@gmail.com>2011-12-21 10:41:17 -0600
commit03e381eb8517de281e5ed194e996b574e8f734dd (patch)
tree894ae3b8b269e99e07a837d76e231edbc5834c60 /templates
parent030436dd702ad069323b5262471c8e0cc38972a9 (diff)
downloadvyos-live-build-03e381eb8517de281e5ed194e996b574e8f734dd.tar.gz
vyos-live-build-03e381eb8517de281e5ed194e996b574e8f734dd.zip
l-b.cgi correct naming of --architectures
Diffstat (limited to 'templates')
-rw-r--r--templates/cgi/debian-official/build.html2
-rw-r--r--templates/cgi/debian-official/form.html4
-rw-r--r--templates/cgi/debian-unofficial/build.html2
-rw-r--r--templates/cgi/debian-unofficial/form.html4
4 files changed, 6 insertions, 6 deletions
diff --git a/templates/cgi/debian-official/build.html b/templates/cgi/debian-official/build.html
index 1595c2de9..a3da99618 100644
--- a/templates/cgi/debian-official/build.html
+++ b/templates/cgi/debian-official/build.html
@@ -22,7 +22,7 @@
<b>Advanced bootstrap options</b>
<table>
- <tr><td>--architecture: </td><td>LB_ARCHITECTURE</td></tr>
+ <tr><td>--architectures: </td><td>LB_ARCHITECTURES</td></tr>
<tr><td>--bootstrap-flavour: </td><td>LB_BOOTSTRAP_FLAVOUR</td></tr>
<tr><td>--mirror-bootstrap: </td><td>LB_MIRROR_BOOTSTRAP</td></tr>
<tr><td>--mirror-binary: </td><td>LB_MIRROR_BINARY</td></tr>
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index b3e63e954..1db85b89a 100644
--- a/templates/cgi/debian-official/form.html
+++ b/templates/cgi/debian-official/form.html
@@ -93,9 +93,9 @@
<div id="text_2" style='margin-left:0;display:none'>
<table>
<tr>
- <td><label for="Architecture">--architecture:</label> </td>
+ <td><label for="Architectures">--architectures:</label> </td>
<td>
- <select id="Architecture" name="architecture" size="1">
+ <select id="Architectures" name="architectures" size="1">
<option selected value="i386">i386</option>
</select>
</td>
diff --git a/templates/cgi/debian-unofficial/build.html b/templates/cgi/debian-unofficial/build.html
index 827eb89c9..6d84c08ff 100644
--- a/templates/cgi/debian-unofficial/build.html
+++ b/templates/cgi/debian-unofficial/build.html
@@ -22,7 +22,7 @@
<b>Advanced bootstrap options</b>
<table>
- <tr><td>--architecture: </td><td>LB_ARCHITECTURE</td></tr>
+ <tr><td>--architectures: </td><td>LB_ARCHITECTURES</td></tr>
<tr><td>--bootstrap-flavour: </td><td>LB_BOOTSTRAP_FLAVOUR</td></tr>
<tr><td>--mirror-bootstrap: </td><td>LB_MIRROR_BOOTSTRAP</td></tr>
<tr><td>--mirror-binary: </td><td>LB_MIRROR_BINARY</td></tr>
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html
index 19551499e..aeb014c6b 100644
--- a/templates/cgi/debian-unofficial/form.html
+++ b/templates/cgi/debian-unofficial/form.html
@@ -92,9 +92,9 @@
<div id="text_2" style='margin-left:0;display:none'>
<table>
<tr>
- <td><label for="Architecture">--architecture:</label> </td>
+ <td><label for="Architectures">--architectures:</label> </td>
<td>
- <select id="Architecture" name="architecture" size="1">
+ <select id="Architectures" name="architectures" size="1">
<option selected value="i386">i386</option>
</select>
</td>