summaryrefslogtreecommitdiff
path: root/templates/cgi/debian-official
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-26 12:38:38 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:19:23 +0100
commitc5c3f6133a0fb62ba9c2c3b839e6ea5774f9c76a (patch)
tree44a6d3a12cd11067aea2a4d43eb9133cc25bad2f /templates/cgi/debian-official
parent941a47be0ca3061f54a237583092357d1ff80f7c (diff)
downloadvyos-live-build-c5c3f6133a0fb62ba9c2c3b839e6ea5774f9c76a.tar.gz
vyos-live-build-c5c3f6133a0fb62ba9c2c3b839e6ea5774f9c76a.zip
Adding debian version 3.0~a1-1.
Diffstat (limited to 'templates/cgi/debian-official')
-rw-r--r--templates/cgi/debian-official/form.html6
-rw-r--r--templates/cgi/debian-official/header.html2
2 files changed, 4 insertions, 4 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">