summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-11-30 15:17:33 +0100
committerDaniel Baumann <daniel@debian.org>2012-11-30 15:22:05 +0100
commitd08aabb614dc402433efdab6678894387df48220 (patch)
tree9f2c1a7584d1a1f9cd23f82c817558b1ad2cd575 /templates
parentd3062466979815f084593271af2857bf0bd2e0ae (diff)
downloadvyos-live-build-d08aabb614dc402433efdab6678894387df48220.tar.gz
vyos-live-build-d08aabb614dc402433efdab6678894387df48220.zip
Dropping support for squeeze and squeeze-based distributions.
Diffstat (limited to 'templates')
-rw-r--r--templates/cgi/debian/form.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/cgi/debian/form.html b/templates/cgi/debian/form.html
index f80ed9363..f384be0ac 100644
--- a/templates/cgi/debian/form.html
+++ b/templates/cgi/debian/form.html
@@ -37,8 +37,7 @@
<td><label for="Distribution">--distribution:</label> </td>
<td>
<select id="Distribution" name="distribution" size="1">
- <option selected value="squeeze">squeeze</option>
- <option value="wheezy">wheezy</option>
+ <option selected value="wheezy">wheezy</option>
<option value="sid">sid</option>
</select>
</td>