diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-10-08 13:08:16 -0500 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:33 +0100 |
commit | e35ff6517d484f715dc98d6ba94329bed7402b0a (patch) | |
tree | d5496f0f74e0e329311600d4056bb13430a0a33a | |
parent | 4ae74a15f118bcd08c1f460d0167584a0a4915d5 (diff) | |
download | vyos-live-build-e35ff6517d484f715dc98d6ba94329bed7402b0a.tar.gz vyos-live-build-e35ff6517d484f715dc98d6ba94329bed7402b0a.zip |
Make squeeze default on l-b-cgi.
-rw-r--r-- | templates/cgi/debian-official/form.html | 4 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index 8febffe51..1872a22fd 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 selected value="lenny">lenny</option> - <option value="squeeze">squeeze</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 a83086ff1..6dcc82597 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 selected value="lenny">lenny</option> - <option value="squeeze">squeeze</option> + <option selected value="squeeze">squeeze</option> + <option value="wheezy">wheezy</option> <option value="sid">sid</option> </select> </td> |