diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-26 12:38:38 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:19:23 +0100 |
commit | c5c3f6133a0fb62ba9c2c3b839e6ea5774f9c76a (patch) | |
tree | 44a6d3a12cd11067aea2a4d43eb9133cc25bad2f /templates/cgi | |
parent | 941a47be0ca3061f54a237583092357d1ff80f7c (diff) | |
download | vyos-live-build-c5c3f6133a0fb62ba9c2c3b839e6ea5774f9c76a.tar.gz vyos-live-build-c5c3f6133a0fb62ba9c2c3b839e6ea5774f9c76a.zip |
Adding debian version 3.0~a1-1.
Diffstat (limited to 'templates/cgi')
-rw-r--r-- | templates/cgi/debian-official/form.html | 6 | ||||
-rw-r--r-- | templates/cgi/debian-official/header.html | 2 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 6 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/header.html | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index c54a4a435..4c8018dcb 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -25,7 +25,7 @@ <td><label for="Binary_Images">--binary-images:</label> </td> <td> <select id="Binary_Images" name="binary_images" size="1"> - <option selected value="iso-hybrid">iso-hybrid</option> + <option selected value="iso">iso</option> <option value="net">net</option> <option value="tar">tar</option> <option value="usb-hdd">usb-hdd</option> @@ -36,8 +36,8 @@ <td><label for="Distribution">--distribution:</label> </td> <td> <select id="Distribution" name="distribution" size="1"> - <option value="lenny">lenny</option> - <option selected value="squeeze">squeeze</option> + <option selected value="lenny">lenny</option> + <option value="squeeze">squeeze</option> <option value="sid">sid</option> </select> </td> diff --git a/templates/cgi/debian-official/header.html b/templates/cgi/debian-official/header.html index 096303e25..009650f1f 100644 --- a/templates/cgi/debian-official/header.html +++ b/templates/cgi/debian-official/header.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> - <title>Debian Live Build</title> + <title>Debian Live Helper</title> <link rel="icon" href="http://live.debian.net/favicon.ico" type="image/ico"> <link rel="stylesheet" type="text/css" href="http://live.debian.net/stylesheet.css" /> <meta http-equiv="content-type" content="text/html; charset=iso-8859-15"> diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html index 44982ca17..acb3ccf37 100644 --- a/templates/cgi/debian-unofficial/form.html +++ b/templates/cgi/debian-unofficial/form.html @@ -24,7 +24,7 @@ <td><label for="Binary_Images">--binary-images:</label> </td> <td> <select id="Binary_Images" name="binary_images" size="1"> - <option selected value="iso-hybrid">iso-hybrid</option> + <option selected value="iso">iso</option> <option value="net">net</option> <option value="tar">tar</option> <option value="usb-hdd">usb-hdd</option> @@ -35,8 +35,8 @@ <td><label for="Distribution">--distribution:</label> </td> <td> <select id="Distribution" name="distribution" size="1"> - <option value="lenny">lenny</option> - <option selected value="squeeze">squeeze</option> + <option selected value="lenny">lenny</option> + <option value="squeeze">squeeze</option> <option value="sid">sid</option> </select> </td> diff --git a/templates/cgi/debian-unofficial/header.html b/templates/cgi/debian-unofficial/header.html index 096303e25..009650f1f 100644 --- a/templates/cgi/debian-unofficial/header.html +++ b/templates/cgi/debian-unofficial/header.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> - <title>Debian Live Build</title> + <title>Debian Live Helper</title> <link rel="icon" href="http://live.debian.net/favicon.ico" type="image/ico"> <link rel="stylesheet" type="text/css" href="http://live.debian.net/stylesheet.css" /> <meta http-equiv="content-type" content="text/html; charset=iso-8859-15"> |