summaryrefslogtreecommitdiff
path: root/templates/cgi
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2011-09-27 22:46:25 +0200
committerDaniel Baumann <daniel@debian.org>2011-09-27 22:46:25 +0200
commit8a43927c04f67eba06f212b56d4af7166f9afa51 (patch)
treeb318095a677688b1586eb4cb257713023660043d /templates/cgi
parent4b990a72eb34d0880fa6cf88168a5a653ef03407 (diff)
downloadvyos-live-build-8a43927c04f67eba06f212b56d4af7166f9afa51.tar.gz
vyos-live-build-8a43927c04f67eba06f212b56d4af7166f9afa51.zip
Fixing left-over uses of --binary-indices in templates/cgi.
Diffstat (limited to 'templates/cgi')
-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 cb3252fb7..1595c2de9 100644
--- a/templates/cgi/debian-official/build.html
+++ b/templates/cgi/debian-official/build.html
@@ -41,7 +41,7 @@
<b>Advanced binary options</b>
<table>
- <tr><td>--binary-indices: </td><td>LB_BINARY_INDICES</td></tr>
+ <tr><td>--apt-indices: </td><td>LB_APT_INDICES</td></tr>
<tr><td>--bootappend-live: </td><td>LB_BOOTAPPEND_LIVE</td></tr>
<tr><td>--bootloader: </td><td>LB_BOOTLOADER</td></tr>
<tr><td>--debian-installer: </td><td>LB_DEBIAN_INSTALLER</td></tr>
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index 4c61528e1..b3e63e954 100644
--- a/templates/cgi/debian-official/form.html
+++ b/templates/cgi/debian-official/form.html
@@ -191,9 +191,9 @@
<table>
<!-- LIVE_BINARY_IMAGES -->
<tr>
- <td><label for="Binary_Indices">--binary-indices:</label> </td>
+ <td><label for="Apt_Indices">--apt-indices:</label> </td>
<td>
- <select id="Binary_Indices" name="binary_indices" size="1">
+ <select id="Apt_Indices" name="binary_indices" size="1">
<option selected value="true">true</option>
<option value="false">false</option>
</select>
diff --git a/templates/cgi/debian-unofficial/build.html b/templates/cgi/debian-unofficial/build.html
index 843f44fa4..827eb89c9 100644
--- a/templates/cgi/debian-unofficial/build.html
+++ b/templates/cgi/debian-unofficial/build.html
@@ -41,7 +41,7 @@
<b>Advanced binary options</b>
<table>
- <tr><td>--binary-indices: </td><td>LB_BINARY_INDICES</td></tr>
+ <tr><td>--apt-indices: </td><td>LB_APT_INDICES</td></tr>
<tr><td>--bootappend-live: </td><td>LB_BOOTAPPEND_LIVE</td></tr>
<tr><td>--bootloader: </td><td>LB_BOOTLOADER</td></tr>
<tr><td>--debian-installer: </td><td>LB_DEBIAN_INSTALLER</td></tr>
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html
index bc2608b36..19551499e 100644
--- a/templates/cgi/debian-unofficial/form.html
+++ b/templates/cgi/debian-unofficial/form.html
@@ -190,9 +190,9 @@
<table>
<!-- LIVE_BINARY_IMAGES -->
<tr>
- <td><label for="Binary_Indices">--binary-indices:</label> </td>
+ <td><label for="Apt_Indices">--apt-indices:</label> </td>
<td>
- <select id="Binary_Indices" name="binary_indices" size="1">
+ <select id="Apt_Indices" name="binary_indices" size="1">
<option selected value="true">true</option>
<option value="false">false</option>
</select>