summaryrefslogtreecommitdiff
path: root/scripts/build/lb_config
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_config
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_config')
-rwxr-xr-xscripts/build/lb_config12
1 files changed, 1 insertions, 11 deletions
diff --git a/scripts/build/lb_config b/scripts/build/lb_config
index e9ebd9af6..ad8059600 100755
--- a/scripts/build/lb_config
+++ b/scripts/build/lb_config
@@ -68,7 +68,6 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
\t [--debug]\n\
\t [-d|--distribution CODENAME]\n\
\t [--dump]\n\
-\t [-e|--encryption false|aes128|aes192|aes256]\n\
\t [--fdisk fdisk|fdisk.dist]\n\
\t [--force]\n\
\t [--grub-splash FILE]\n\
@@ -147,7 +146,7 @@ Local_arguments ()
packages:,package-lists:,tasks:,security:,volatile:,backports:,sysvinit:,binary-filesystem:,binary-images:,
apt-indices:,bootappend-install:,bootappend-live:,bootloader:,checksums:,compression:,build-with-chroot:,
debian-installer:,debian-installer-distribution:,debian-installer-preseedfile:,debian-installer-gui:,
- encryption:,grub-splash:,hostname:,isohybrid-options:,iso-application:,iso-preparer:,iso-publisher:,
+ grub-splash:,hostname:,isohybrid-options:,iso-application:,iso-preparer:,iso-publisher:,
iso-volume:,jffs2-eraseblock:,memtest:,net-root-filesystem:,net-root-mountoptions:,
net-root-path:,net-root-server:,net-cow-filesystem:,net-cow-mountoptions:,net-cow-path:,
net-cow-server:,net-tarball:,syslinux-theme:,
@@ -586,11 +585,6 @@ Local_arguments ()
shift 2
;;
- -e|--encryption)
- LB_ENCRYPTION="${2}"
- shift 2
- ;;
-
--grub-splash)
LB_GRUB_SPLASH="${2}"
shift 2
@@ -1174,10 +1168,6 @@ LB_DEBIAN_INSTALLER_PRESEEDFILE="${LB_DEBIAN_INSTALLER_PRESEEDFILE}"
# (Default: ${LB_DEBIAN_INSTALLER_GUI})
LB_DEBIAN_INSTALLER_GUI="${LB_DEBIAN_INSTALLER_GUI}"
-# \$LB_ENCRYPTION: set encryption
-# (Default: ${LB_ENCRYPTION})
-LB_ENCRYPTION="${LB_ENCRYPTION}"
-
# \$LB_GRUB_SPLASH: set custom grub splash
# (Default: empty)
LB_GRUB_SPLASH="${LB_GRUB_SPLASH}"