summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2010-06-23 10:28:03 -0500
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:12 +0100
commit2b3701b87c9eccfd8e5ebeea86aaa80f67239af7 (patch)
treee014be402a915d85d4c342cb9c9bd525a1317952 /templates
parent622014755deb572831d1ebd07eadae827c01b056 (diff)
downloadlive-build-2b3701b87c9eccfd8e5ebeea86aaa80f67239af7.zip
live-build-2b3701b87c9eccfd8e5ebeea86aaa80f67239af7.tar.gz
Removed username from forms and cgi and can be configured with live-config.username= on bootappend.
Diffstat (limited to 'templates')
-rw-r--r--templates/cgi/debian-official/build.html1
-rw-r--r--templates/cgi/debian-official/form.html4
-rw-r--r--templates/cgi/debian-unofficial/build.html1
-rw-r--r--templates/cgi/debian-unofficial/form.html4
4 files changed, 0 insertions, 10 deletions
diff --git a/templates/cgi/debian-official/build.html b/templates/cgi/debian-official/build.html
index e0f3266..369b764 100644
--- a/templates/cgi/debian-official/build.html
+++ b/templates/cgi/debian-official/build.html
@@ -54,7 +54,6 @@
<tr><td>--memtest: </td><td>LH_MEMTEST</td></tr>
<tr><td>--net-path: </td><td>LH_NET_ROOT_PATH</td></tr>
<tr><td>--net-server: </td><td>LH_NET_ROOT_SERVER</td></tr>
- <tr><td>--username: </td><td>LH_USERNAME</td></tr>
</table>
<b>Advanced source options</b>
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index 85138b2..6facc1c 100644
--- a/templates/cgi/debian-official/form.html
+++ b/templates/cgi/debian-official/form.html
@@ -282,10 +282,6 @@
<td><input id="Net_Server" name="net_server" maxlength="15" size="50" type="text" value="192.168.1.1" /></td>
</tr>
<!-- LIVE_SYSLINUX_SPLASH -->
- <tr>
- <td><label for="Username">--username:</label> </td>
- <td><input id="Username" name="username" maxlength="128" size="50" type="text" value="user" /></td>
- </tr>
</table>
</div>
diff --git a/templates/cgi/debian-unofficial/build.html b/templates/cgi/debian-unofficial/build.html
index 78d7bc6..78c4309 100644
--- a/templates/cgi/debian-unofficial/build.html
+++ b/templates/cgi/debian-unofficial/build.html
@@ -54,7 +54,6 @@
<tr><td>--memtest: </td><td>LH_MEMTEST</td></tr>
<tr><td>--net-path: </td><td>LH_NET_ROOT_PATH</td></tr>
<tr><td>--net-server: </td><td>LH_NET_ROOT_SERVER</td></tr>
- <tr><td>--username: </td><td>LH_USERNAME</td></tr>
</table>
<b>Advanced source options</b>
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html
index ecf1558..e3bc4dc 100644
--- a/templates/cgi/debian-unofficial/form.html
+++ b/templates/cgi/debian-unofficial/form.html
@@ -281,10 +281,6 @@
<td><input id="Net_Server" name="net_server" maxlength="15" size="50" type="text" value="192.168.1.1" /></td>
</tr>
<!-- LIVE_SYSLINUX_SPLASH -->
- <tr>
- <td><label for="Username">--username:</label> </td>
- <td><input id="Username" name="username" maxlength="128" size="50" type="text" value="user" /></td>
- </tr>
</table>
</div>