summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2012-08-04 20:00:05 -0500
committerRichard Nelson <unixabg@gmail.com>2012-08-04 20:00:05 -0500
commitb589256e88f9b4c5103f1513e0f0c441ab31f743 (patch)
tree38ebe9f0b1bf1632cc26619162fb9dd20625b1d9 /templates
parent12a2f17ea71bd726d8d6a5cd85466820e0f112fc (diff)
downloadvyos-live-build-b589256e88f9b4c5103f1513e0f0c441ab31f743.tar.gz
vyos-live-build-b589256e88f9b4c5103f1513e0f0c441ab31f743.zip
Initial work to support --config git option.
Diffstat (limited to 'templates')
-rw-r--r--templates/cgi/debian/build.html1
-rw-r--r--templates/cgi/debian/form.html13
2 files changed, 14 insertions, 0 deletions
diff --git a/templates/cgi/debian/build.html b/templates/cgi/debian/build.html
index efd567fdc..d819fa8d3 100644
--- a/templates/cgi/debian/build.html
+++ b/templates/cgi/debian/build.html
@@ -14,6 +14,7 @@
<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>--config: </td><td>_LB_CONFIG</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 448a27fa3..9912f4e52 100644
--- a/templates/cgi/debian/form.html
+++ b/templates/cgi/debian/form.html
@@ -45,6 +45,19 @@
</td>
</tr>
<tr>
+ <td><label for="Config">--config:</label> </td>
+ <td>
+ <select id="Config" name="config" size="1" >
+ <option value="config-gnome-desktop.git">GNOME Desktop</option>
+ <option value="config-kde-desktop.git">KDE Desktop</option>
+ <option value="config-lxde-desktop.git">LXDE Desktop</option>
+ <option value="config-rescue.git">Rescue</option>
+ <option selected value="config-standard.git">Standard</option>
+ <option value="config-xfce-desktop.git">Xfce Desktop</option>
+ </select>
+ </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>