diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-06-23 10:28:03 -0500 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:12 +0100 |
commit | 2b3701b87c9eccfd8e5ebeea86aaa80f67239af7 (patch) | |
tree | e014be402a915d85d4c342cb9c9bd525a1317952 /templates | |
parent | 622014755deb572831d1ebd07eadae827c01b056 (diff) | |
download | vyos-live-build-2b3701b87c9eccfd8e5ebeea86aaa80f67239af7.tar.gz vyos-live-build-2b3701b87c9eccfd8e5ebeea86aaa80f67239af7.zip |
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.html | 1 | ||||
-rw-r--r-- | templates/cgi/debian-official/form.html | 4 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/build.html | 1 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 4 |
4 files changed, 0 insertions, 10 deletions
diff --git a/templates/cgi/debian-official/build.html b/templates/cgi/debian-official/build.html index e0f326674..369b764ab 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 85138b26d..6facc1cef 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 78d7bc6d3..78c4309f3 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 ecf155865..e3bc4dc3a 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> |