diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-10-08 13:08:16 -0500 |
---|---|---|
committer | Richard Nelson <unixabg@gmail.com> | 2010-10-08 13:08:16 -0500 |
commit | a4fe902a6348c61c781a5e251182509cf125ebd2 (patch) | |
tree | d5496f0f74e0e329311600d4056bb13430a0a33a /templates | |
parent | ac5d6463aad4fd4efd464dff5ceaf3952ca677d9 (diff) | |
download | vyos-live-build-a4fe902a6348c61c781a5e251182509cf125ebd2.tar.gz vyos-live-build-a4fe902a6348c61c781a5e251182509cf125ebd2.zip |
Make squeeze default on l-b-cgi.
Diffstat (limited to 'templates')
-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> |