diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-06-25 07:50:20 -0500 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:12 +0100 |
commit | bb33608ee8161e0f797340ec9b792603c34cefed (patch) | |
tree | f3e407110480ed4dfdbee96230e723bc37abfc91 /templates/cgi/debian-official/form.html | |
parent | 7e05f128ae2e66e4d5527af9915f0280ae7086f0 (diff) | |
download | live-build-bb33608ee8161e0f797340ec9b792603c34cefed.zip live-build-bb33608ee8161e0f797340ec9b792603c34cefed.tar.gz |
LH_BOOTAPPEND_INSTALL added to cgi operations.
Diffstat (limited to 'templates/cgi/debian-official/form.html')
-rw-r--r-- | templates/cgi/debian-official/form.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index 3e5a48c..3c4b8eb 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -236,6 +236,10 @@ </td> </tr> <tr> + <td><label for="Bootappend_Install">--bootappend-install:</label> </td> + <td><input id="Bootappend_Install" name="bootappend_install" maxlength="256" size="50" type="text" value="" /></td> + </tr> + <tr> <td><label for="Encryption">--encryption:</label> </td> <td> <select id="Encryption" name="encryption" size="1"> |