summaryrefslogtreecommitdiff
path: root/scripts/build/lb_binary_yaboot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-01-02 00:53:52 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:20:40 +0100
commitdd9ecf35600a2df29afd7ca5eecf120fa85fcdbd (patch)
tree757c5b0f21c39cee20e1e978950fb943f340a6d8 /scripts/build/lb_binary_yaboot
parent72e0150203627c42db16a8d3a711e1da8a1d2d7b (diff)
downloadvyos-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_yaboot')
-rwxr-xr-xscripts/build/lb_binary_yaboot8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/build/lb_binary_yaboot b/scripts/build/lb_binary_yaboot
index 49d5b0d48..bfbb58a30 100755
--- a/scripts/build/lb_binary_yaboot
+++ b/scripts/build/lb_binary_yaboot
@@ -162,14 +162,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