diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-03-08 15:39:57 -0600 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:05 +0100 |
commit | 5a37122742f1361798c4d38a4edbf028e66cab25 (patch) | |
tree | e5828a52ade22ceb4ee7789c4c7f9d0357be03d7 /templates | |
parent | 04b712a84bd7a7cd2492ec9076fbf2fedd7f200b (diff) | |
download | vyos-live-build-5a37122742f1361798c4d38a4edbf028e66cab25.tar.gz vyos-live-build-5a37122742f1361798c4d38a4edbf028e66cab25.zip |
Removing etch legacy options in the cgi.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cgi/debian-official/form.html | 1 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index 9e4aa678e..67fd62874 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -36,7 +36,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> 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> |