diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-10-10 16:18:53 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:26 +0100 |
commit | 3b73dfa2b0e70be82ee1733ce25b7ded7c528933 (patch) | |
tree | 93be22fae1ec1f92e35216380a5b16857f56c3cd /templates/cgi | |
parent | e0ebde8d43701a993ed152d0fb56f7d76e9c6965 (diff) | |
download | vyos-live-build-3b73dfa2b0e70be82ee1733ce25b7ded7c528933.tar.gz vyos-live-build-3b73dfa2b0e70be82ee1733ce25b7ded7c528933.zip |
Make squeeze default on l-b-cgi.
Diffstat (limited to 'templates/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 2a031e287..7553a6500 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 4949e5a7e..ba4d9128e 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> |