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_silo | |
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_silo')
-rwxr-xr-x | scripts/build/lb_binary_silo | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/build/lb_binary_silo b/scripts/build/lb_binary_silo index 41df7f317..653e0f405 100755 --- a/scripts/build/lb_binary_silo +++ b/scripts/build/lb_binary_silo @@ -123,14 +123,6 @@ esac 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 |