diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2011-09-27 22:46:25 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-09-27 22:46:25 +0200 |
commit | 8a43927c04f67eba06f212b56d4af7166f9afa51 (patch) | |
tree | b318095a677688b1586eb4cb257713023660043d | |
parent | 4b990a72eb34d0880fa6cf88168a5a653ef03407 (diff) | |
download | vyos-live-build-8a43927c04f67eba06f212b56d4af7166f9afa51.tar.gz vyos-live-build-8a43927c04f67eba06f212b56d4af7166f9afa51.zip |
Fixing left-over uses of --binary-indices in templates/cgi.
-rw-r--r-- | templates/cgi/debian-official/build.html | 2 | ||||
-rw-r--r-- | templates/cgi/debian-official/form.html | 4 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/build.html | 2 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 4 |
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> |