diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-06-25 07:50:20 -0500 |
---|---|---|
committer | Richard Nelson <unixabg@gmail.com> | 2010-06-25 07:50:20 -0500 |
commit | 7bf044f6eef62f6acbee0e67c21db3b6d422e074 (patch) | |
tree | f3e407110480ed4dfdbee96230e723bc37abfc91 /templates/cgi/debian-official/form.html | |
parent | 052e16cfd3a28a68f1e03baec65c7312b3c0b8a9 (diff) | |
download | vyos-live-build-7bf044f6eef62f6acbee0e67c21db3b6d422e074.tar.gz vyos-live-build-7bf044f6eef62f6acbee0e67c21db3b6d422e074.zip |
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 3e5a48c42..3c4b8eb20 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"> |