summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2010-03-08 14:07:59 -0600
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:05 +0100
commit0ceb348ca100fdad27e2d3fc704694306dd318a4 (patch)
tree5c63f0b3bd74188210745d60b78702e5928ff50a /templates
parent47db0e363388270d79ff30035eed0acae54ea2fe (diff)
downloadlive-build-0ceb348ca100fdad27e2d3fc704694306dd318a4.zip
live-build-0ceb348ca100fdad27e2d3fc704694306dd318a4.tar.gz
Updating variables for live-helper 2 in the cgi.
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 c134d8b..4759511 100644
--- a/templates/cgi/debian-official/build.html
+++ b/templates/cgi/debian-official/build.html
@@ -26,7 +26,7 @@
<tr><td>--mirror-bootstrap: </td><td>LH_MIRROR_BOOTSTRAP</td></tr>
<tr><td>--mirror-binary: </td><td>LH_MIRROR_BINARY</td></tr>
<tr><td>--mirror-binary-security: </td><td>LH_MIRROR_BINARY_SECURITY</td></tr>
- <tr><td>--sections: </td><td>LH_SECTIONS</td></tr>
+ <tr><td>--archive-areas: </td><td>LH_ARCHIVE_AREAS</td></tr>
</table>
<b>Advanced chroot options</b>
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index 645756d..9e4aa67 100644
--- a/templates/cgi/debian-official/form.html
+++ b/templates/cgi/debian-official/form.html
@@ -116,8 +116,8 @@
<td><input id="Mirror_Binary_Security" name="mirror_binary_security" maxlength="256" size="50" type="text" value="LH_MIRROR_BINARY_SECURITY" readonly /></td>
</tr>
<tr>
- <td><label for="Sections">--sections:</label> </td>
- <td><input id="Sections" name="sections" maxlength="128" size="50" type="text" value="main" readonly /></td>
+ <td><label for="Archive_Areas">--archive-areas:</label> </td>
+ <td><input id="Archive_Areas" name="archive_areas" maxlength="128" size="50" type="text" value="main" readonly /></td>
</tr>
</table>
</div>
diff --git a/templates/cgi/debian-unofficial/build.html b/templates/cgi/debian-unofficial/build.html
index f565b5c..d54db04 100644
--- a/templates/cgi/debian-unofficial/build.html
+++ b/templates/cgi/debian-unofficial/build.html
@@ -26,7 +26,7 @@
<tr><td>--mirror-bootstrap: </td><td>LH_MIRROR_BOOTSTRAP</td></tr>
<tr><td>--mirror-binary: </td><td>LH_MIRROR_BINARY</td></tr>
<tr><td>--mirror-binary-security: </td><td>LH_MIRROR_BINARY_SECURITY</td></tr>
- <tr><td>--sections: </td><td>LH_SECTIONS</td></tr>
+ <tr><td>--archive-areas: </td><td>LH_ARCHIVE_AREAS</td></tr>
</table>
<b>Advanced chroot options</b>
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html
index bbe0c82..efd01e9 100644
--- a/templates/cgi/debian-unofficial/form.html
+++ b/templates/cgi/debian-unofficial/form.html
@@ -115,8 +115,8 @@
<td><input id="Mirror_Binary_Security" name="mirror_binary_security" maxlength="256" size="50" type="text" value="LH_MIRROR_BINARY_SECURITY" readonly /></td>
</tr>
<tr>
- <td><label for="Sections">--sections:</label> </td>
- <td><input id="Sections" name="sections" maxlength="128" size="50" type="text" value="main" readonly /></td>
+ <td><label for="Archive_Areas">--archive-areas:</label> </td>
+ <td><input id="Archive_Areas" name="archive_areas" maxlength="128" size="50" type="text" value="main" readonly /></td>
</tr>
</table>
</div>