diff options
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"> |