diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-06-24 16:37:14 -0500 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:12 +0100 |
commit | 7e05f128ae2e66e4d5527af9915f0280ae7086f0 (patch) | |
tree | a8c79cfdca995c469b267b792871b232d7e1f538 /templates/cgi | |
parent | d74cc624df51903d141621b206956d041b237418 (diff) | |
download | vyos-live-build-7e05f128ae2e66e4d5527af9915f0280ae7086f0.tar.gz vyos-live-build-7e05f128ae2e66e4d5527af9915f0280ae7086f0.zip |
LH_BOOTAPPEND to LH_BOOTAPPEND_LIVE correction cgi operations.
Diffstat (limited to '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 369b764ab..8daa59746 100644 --- a/templates/cgi/debian-official/build.html +++ b/templates/cgi/debian-official/build.html @@ -43,7 +43,7 @@ <table> <tr><td>--binary-indices: </td><td>LH_BINARY_INDICES</td></tr> - <tr><td>--bootappend: </td><td>LH_BOOTAPPEND</td></tr> + <tr><td>--bootappend-live: </td><td>LH_BOOTAPPEND_LIVE</td></tr> <tr><td>--bootloader: </td><td>LH_BOOTLOADER</td></tr> <tr><td>--debian-installer: </td><td>LH_DEBIAN_INSTALLER</td></tr> <tr><td>--encryption: </td><td>LH_ENCRYPTION</td></tr> diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index 6facc1cef..3e5a48c42 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -214,8 +214,8 @@ </td> </tr> <tr> - <td><label for="Bootappend">--bootappend:</label> </td> - <td><input id="Bootappend" name="bootappend" maxlength="256" size="50" type="text" value="" /></td> + <td><label for="Bootappend_Live">--bootappend-live:</label> </td> + <td><input id="Bootappend_Live" name="bootappend_live" maxlength="256" size="50" type="text" value="" /></td> </tr> <tr> <td><label for="Bootloader">--bootloader:</label> </td> diff --git a/templates/cgi/debian-unofficial/build.html b/templates/cgi/debian-unofficial/build.html index 78c4309f3..5e9ff051f 100644 --- a/templates/cgi/debian-unofficial/build.html +++ b/templates/cgi/debian-unofficial/build.html @@ -43,7 +43,7 @@ <table> <tr><td>--binary-indices: </td><td>LH_BINARY_INDICES</td></tr> - <tr><td>--bootappend: </td><td>LH_BOOTAPPEND</td></tr> + <tr><td>--bootappend-live: </td><td>LH_BOOTAPPEND_LIVE</td></tr> <tr><td>--bootloader: </td><td>LH_BOOTLOADER</td></tr> <tr><td>--debian-installer: </td><td>LH_DEBIAN_INSTALLER</td></tr> <tr><td>--encryption: </td><td>LH_ENCRYPTION</td></tr> diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html index e3bc4dc3a..e8da4973a 100644 --- a/templates/cgi/debian-unofficial/form.html +++ b/templates/cgi/debian-unofficial/form.html @@ -213,8 +213,8 @@ </td> </tr> <tr> - <td><label for="Bootappend">--bootappend:</label> </td> - <td><input id="Bootappend" name="bootappend" maxlength="256" size="50" type="text" value="" /></td> + <td><label for="Bootappend_Live">--bootappend-live:</label> </td> + <td><input id="Bootappend_Live" name="bootappend_live" maxlength="256" size="50" type="text" value="" /></td> </tr> <tr> <td><label for="Bootloader">--bootloader:</label> </td> |