diff options
author | Daniel Baumann <daniel@debian.org> | 2011-01-02 00:53:52 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:40 +0100 |
commit | dd9ecf35600a2df29afd7ca5eecf120fa85fcdbd (patch) | |
tree | 757c5b0f21c39cee20e1e978950fb943f340a6d8 /templates/cgi/debian-official/form.html | |
parent | 72e0150203627c42db16a8d3a711e1da8a1d2d7b (diff) | |
download | vyos-live-build-dd9ecf35600a2df29afd7ca5eecf120fa85fcdbd.tar.gz vyos-live-build-dd9ecf35600a2df29afd7ca5eecf120fa85fcdbd.zip |
Removing encryption support until we have something for current kernels again.
Diffstat (limited to 'templates/cgi/debian-official/form.html')
-rw-r--r-- | templates/cgi/debian-official/form.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index d3ae83736..f4dd8ac9e 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -234,17 +234,6 @@ <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"> - <option selected value="">none</option> - <option value="aes128">aes128</option> - <option value="aes192">aes192</option> - <option value="aes256">aes256</option> - </select> - </td> - </tr> <!-- LIVE_GRUB_SPLASH --> <tr> <td><label for="Iso_Application">--iso-application:</label> </td> |