diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-29 00:24:11 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-29 00:29:23 +0200 |
commit | 81fb4294538a7204232d3e76195a778df0ee3ee1 (patch) | |
tree | 1c22dfb0462ff99bf62e188a92e193bbf4f35e60 /templates | |
parent | e81b1c6f7a5c43537d5f5288c24df3faddbe2899 (diff) | |
download | vyos-live-build-81fb4294538a7204232d3e76195a778df0ee3ee1.tar.gz vyos-live-build-81fb4294538a7204232d3e76195a778df0ee3ee1.zip |
Dropping global package-lists entirely, only local package lists within the config tree are support.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cgi/debian/build.html | 2 | ||||
-rw-r--r-- | templates/cgi/debian/form.html | 38 |
2 files changed, 0 insertions, 40 deletions
diff --git a/templates/cgi/debian/build.html b/templates/cgi/debian/build.html index 2ceebeabb..efd567fdc 100644 --- a/templates/cgi/debian/build.html +++ b/templates/cgi/debian/build.html @@ -14,8 +14,6 @@ <tr><td>Email: </td><td>EMAIL</td></tr> <tr><td>--binary-image: </td><td>LB_BINARY_IMAGES</td></tr> <tr><td>--distribution: </td><td>LB_DISTRIBUTION</td></tr> - <tr><td>--package-lists: </td><td>LB_PACKAGE_LISTS</td></tr> - <tr><td>--tasks: </td><td>LB_TASKS</td><tr> <tr><td>cgipackages.list.chroot: </td><td>_LB_CGIPACKAGES</td><tr> </table> diff --git a/templates/cgi/debian/form.html b/templates/cgi/debian/form.html index d1911ae3b..448a27fa3 100644 --- a/templates/cgi/debian/form.html +++ b/templates/cgi/debian/form.html @@ -45,41 +45,6 @@ </td> </tr> <tr> - <td><label for="Package_Lists">--package-lists:</label> </td> - <td> - <select id="Package_Lists" name="package_lists" size="1" > - <option value="debian-forensics">debian-forensics</option> - <option value="debian-junior">debian-junior</option> - <option value="debian-live-devel">debian-live-devel</option> - <option value="debian-live-pxe-server">debian-live-pxe-server</option> - <option value="debian-science">debian-science</option> - <option value="gnome">gnome</option> - <option value="gnome-core">gnome-core</option> - <option value="gnome-full">gnome-full</option> - <option value="gnome-junior">gnome-junior</option> - <option value="gnustep">gnustep</option> - <option value="kde">kde</option> - <option value="kde-core">kde-core</option> - <option value="kde-extra">kde-extra</option> - <option value="kde-full">kde-full</option> - <option value="kde-junior">kde-junior</option> - <option value="lxde">lxde</option> - <option value="minimal">minimal</option> - <option value="rescue">rescue</option> - <option selected value="standard">standard</option> - <option value="standard-x11">standard-x11</option> - <option value="ubuntu-cloud">ubuntu-cloud</option> - <option value="ubuntu-cloud-desktop">ubuntu-cloud-desktop</option> - <option value="xfce">xfce</option> - <option value="xfce-junior">xfce-junior</option> - </select> - </td> - </tr> - <tr> - <td><label for="Tasks">--tasks:</label> </td> - <td><input id="Tasks" name="tasks" maxlength="256" size="50" type="text" /></td> - </tr> - <tr> <td><label for="Packages">cgipackages.list.chroot:</label> </td> <td><input id="Packages" name="cgipackages" maxlength="256" size="50" type="text" /></td> </tr> @@ -157,9 +122,6 @@ </td> </tr> <!-- LIVE_LINUX_PACKAGES --> - <!-- LIVE_PACKAGES --> - <!-- LIVE_PACKAGE_LISTS --> - <!-- LIVE_TASKS --> <tr> <td><label for="Security">--security:</label> </td> <td> |