diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-10-13 16:01:42 -0500 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:27 +0100 |
commit | 024b419fa062fcb157c91fd6c1c7c4b9c387bd77 (patch) | |
tree | 7d9e54ea5d614f68ec716aa94848db3a70f6c423 /templates/cgi | |
parent | 646725908afe0b136339d5693f295493611a5335 (diff) | |
download | vyos-live-build-024b419fa062fcb157c91fd6c1c7c4b9c387bd77.tar.gz vyos-live-build-024b419fa062fcb157c91fd6c1c7c4b9c387bd77.zip |
Addng lenny build option back to forms and removing wheezy on l-b-cgi.
Diffstat (limited to 'templates/cgi')
-rw-r--r-- | templates/cgi/debian-official/form.html | 2 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index 7553a6500..c54a4a435 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -36,8 +36,8 @@ <td><label for="Distribution">--distribution:</label> </td> <td> <select id="Distribution" name="distribution" size="1"> + <option value="lenny">lenny</option> <option selected value="squeeze">squeeze</option> - <option value="wheezy">wheezy</option> <option value="sid">sid</option> </select> </td> diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html index ba4d9128e..44982ca17 100644 --- a/templates/cgi/debian-unofficial/form.html +++ b/templates/cgi/debian-unofficial/form.html @@ -35,8 +35,8 @@ <td><label for="Distribution">--distribution:</label> </td> <td> <select id="Distribution" name="distribution" size="1"> + <option value="lenny">lenny</option> <option selected value="squeeze">squeeze</option> - <option value="wheezy">wheezy</option> <option value="sid">sid</option> </select> </td> |