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 /scripts/build/lb_binary_grub2 | |
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 'scripts/build/lb_binary_grub2')
-rwxr-xr-x | scripts/build/lb_binary_grub2 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/build/lb_binary_grub2 b/scripts/build/lb_binary_grub2 index 7228309e6..34043cadf 100755 --- a/scripts/build/lb_binary_grub2 +++ b/scripts/build/lb_binary_grub2 @@ -130,14 +130,6 @@ Check_multiarchitectures mkdir -p "${DESTDIR_LIVE}" # Setting boot parameters - -case "${LB_ENCRYPTION}" in - ""|false) - ;; - *) - LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} encryption=${LB_ENCRYPTION}" -esac - if [ -n "${LB_USERNAME}" ] then case "${LB_INITRAMFS}" in |