diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-03-08 15:39:57 -0600 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-03-12 16:15:58 +0100 |
commit | ed6e56eb281d10bc881de19f048a7e1910e45a11 (patch) | |
tree | e5828a52ade22ceb4ee7789c4c7f9d0357be03d7 /templates/cgi/debian-unofficial/form.html | |
parent | f312b133091ff52e5f5106e333c7649bd3f3ad28 (diff) | |
download | vyos-live-build-ed6e56eb281d10bc881de19f048a7e1910e45a11.tar.gz vyos-live-build-ed6e56eb281d10bc881de19f048a7e1910e45a11.zip |
Removing etch legacy options in the cgi.
Diffstat (limited to 'templates/cgi/debian-unofficial/form.html')
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html index efd01e949..831aef0ae 100644 --- a/templates/cgi/debian-unofficial/form.html +++ b/templates/cgi/debian-unofficial/form.html @@ -35,7 +35,6 @@ <td><label for="Distribution">--distribution:</label> </td> <td> <select id="Distribution" name="distribution" size="1"> - <option value="etch">etch</option> <option selected value="lenny">lenny</option> <option value="squeeze">squeeze</option> <option value="sid">sid</option> |