diff options
author | Richard Nelson <unixabg@gmail.com> | 2013-12-02 20:39:16 -0600 |
---|---|---|
committer | Richard Nelson <unixabg@gmail.com> | 2013-12-02 20:39:16 -0600 |
commit | 562be14fcb4a32ff9cb62e6dd01b59eb393e7a0b (patch) | |
tree | 047d26a07c58190ada5afe61aadfea3f28ef7c60 /templates | |
parent | 6ceaaa1e939ce06550ec4407c298257783196288 (diff) | |
download | vyos-live-build-562be14fcb4a32ff9cb62e6dd01b59eb393e7a0b.tar.gz vyos-live-build-562be14fcb4a32ff9cb62e6dd01b59eb393e7a0b.zip |
Adding jessie distribution to l-b-cgi frontend.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cgi/debian/form.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/cgi/debian/form.html b/templates/cgi/debian/form.html index 7d80b4187..46991c573 100644 --- a/templates/cgi/debian/form.html +++ b/templates/cgi/debian/form.html @@ -37,6 +37,7 @@ <td> <select id="Distribution" name="distribution" size="1"> <option selected value="wheezy">wheezy</option> + <option value="jessie">jessie</option> <option value="sid">sid</option> </select> </td> |