summaryrefslogtreecommitdiff
path: root/templates/cgi/debian-official/form.html
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2010-10-08 13:08:16 -0500
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:20:33 +0100
commite35ff6517d484f715dc98d6ba94329bed7402b0a (patch)
treed5496f0f74e0e329311600d4056bb13430a0a33a /templates/cgi/debian-official/form.html
parent4ae74a15f118bcd08c1f460d0167584a0a4915d5 (diff)
downloadvyos-live-build-e35ff6517d484f715dc98d6ba94329bed7402b0a.tar.gz
vyos-live-build-e35ff6517d484f715dc98d6ba94329bed7402b0a.zip
Make squeeze default on l-b-cgi.
Diffstat (limited to 'templates/cgi/debian-official/form.html')
-rw-r--r--templates/cgi/debian-official/form.html4
1 files changed, 2 insertions, 2 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>