summaryrefslogtreecommitdiff
path: root/templates/cgi/debian
diff options
context:
space:
mode:
Diffstat (limited to 'templates/cgi/debian')
-rw-r--r--templates/cgi/debian/build.html1
-rw-r--r--templates/cgi/debian/form.html9
2 files changed, 10 insertions, 0 deletions
diff --git a/templates/cgi/debian/build.html b/templates/cgi/debian/build.html
index 6d4062451..b16e35a9e 100644
--- a/templates/cgi/debian/build.html
+++ b/templates/cgi/debian/build.html
@@ -15,6 +15,7 @@
<tr><td>--binary-image: </td><td>LIVE_IMAGE_TYPE</td></tr>
<tr><td>--distribution: </td><td>LB_DISTRIBUTION</td></tr>
<tr><td>--config: </td><td>_LB_CONFIG</td></tr>
+ <tr><td>--apt: </td><td>LB_APT</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 46991c573..77dd81236 100644
--- a/templates/cgi/debian/form.html
+++ b/templates/cgi/debian/form.html
@@ -56,6 +56,15 @@
</td>
</tr>
<tr>
+ <td><label for="Apt">--apt:</label> </td>
+ <td>
+ <select id="Apt" name="apt" size="1" >
+ <option selected value="apt">apt</option>
+ <option value="aptitude">aptitude</option>
+ </select>
+ </td>
+ </tr>
+ <tr>
<td><label for="Packages">cgipackages.list.chroot:</label> </td>
<td><input id="Packages" name="cgipackages" maxlength="2000" size="50" type="text" /></td>
</tr>