diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-12-10 08:38:42 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-12-10 08:38:42 +0100 |
commit | b5e99b5b1410680823d2e4f3c2d38d995e222ab3 (patch) | |
tree | 2b5f27e2ee961bd33eb94fa2814e8a93dc0db3e0 /templates/cgi/debian/form.html | |
parent | a767601f25c43986250746b3e14b9cc24e35c230 (diff) | |
download | vyos-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.html | 4 |
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> |