summaryrefslogtreecommitdiff
path: root/templates/cgi
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2014-06-22 12:15:39 -0500
committerRichard Nelson <unixabg@gmail.com>2014-06-22 12:15:39 -0500
commitca941152b4b2e3d474f251a5058df7d11741b0f9 (patch)
tree68a1a9704c9ff025eb1bfa02983f30c5f5be7949 /templates/cgi
parent846e8a079578507f576f6cb9e2628cb8ff8ca138 (diff)
downloadvyos-live-build-ca941152b4b2e3d474f251a5058df7d11741b0f9.tar.gz
vyos-live-build-ca941152b4b2e3d474f251a5058df7d11741b0f9.zip
Add --apt option on frontend/cgi.
Diffstat (limited to 'templates/cgi')
-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>