summaryrefslogtreecommitdiff
path: root/templates/cgi/debian/form.html
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2014-12-10 08:38:42 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2014-12-10 08:38:42 +0100
commitb5e99b5b1410680823d2e4f3c2d38d995e222ab3 (patch)
tree2b5f27e2ee961bd33eb94fa2814e8a93dc0db3e0 /templates/cgi/debian/form.html
parenta767601f25c43986250746b3e14b9cc24e35c230 (diff)
downloadvyos-live-build-b5e99b5b1410680823d2e4f3c2d38d995e222ab3.tar.gz
vyos-live-build-b5e99b5b1410680823d2e4f3c2d38d995e222ab3.zip
Dropping support for wheezy.
Diffstat (limited to 'templates/cgi/debian/form.html')
-rw-r--r--templates/cgi/debian/form.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/cgi/debian/form.html b/templates/cgi/debian/form.html
index 94f760ddb..76c8623a2 100644
--- a/templates/cgi/debian/form.html
+++ b/templates/cgi/debian/form.html
@@ -36,8 +36,8 @@
<td><label for="Distribution">--distribution:</label> </td>
<td>
<select id="Distribution" name="distribution" size="1">
- <option selected value="wheezy">wheezy</option>
- <option value="jessie">jessie</option>
+ <option selected value="jessie">jessie</option>
+ <option value="stretch">stretch</option>
<option value="sid">sid</option>
</select>
</td>