summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2010-03-08 15:39:57 -0600
committerDaniel Baumann <daniel@debian.org>2010-03-12 16:15:58 +0100
commited6e56eb281d10bc881de19f048a7e1910e45a11 (patch)
treee5828a52ade22ceb4ee7789c4c7f9d0357be03d7
parentf312b133091ff52e5f5106e333c7649bd3f3ad28 (diff)
downloadvyos-live-build-ed6e56eb281d10bc881de19f048a7e1910e45a11.tar.gz
vyos-live-build-ed6e56eb281d10bc881de19f048a7e1910e45a11.zip
Removing etch legacy options in the cgi.
-rw-r--r--templates/cgi/debian-official/form.html1
-rw-r--r--templates/cgi/debian-unofficial/form.html1
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>