From dd9ecf35600a2df29afd7ca5eecf120fa85fcdbd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 2 Jan 2011 00:53:52 +0100 Subject: Removing encryption support until we have something for current kernels again. --- scripts/build/lb_binary_grub2 | 8 -------- 1 file changed, 8 deletions(-) (limited to 'scripts/build/lb_binary_grub2') 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 -- cgit v1.2.3