summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-03-28 12:55:53 +0000
committerRaphaƫl Hertzog <hertzog@debian.org>2020-04-23 15:46:06 +0200
commit9a91ca9fde8eb2b15a3294fe95f99990d8cf9227 (patch)
tree13c818fa581058313e57b41f370f3c721b96283e /functions
parentc1dd191a53a4247c106b5917058d91e39e892bc8 (diff)
downloadvyos-live-build-9a91ca9fde8eb2b15a3294fe95f99990d8cf9227.tar.gz
vyos-live-build-9a91ca9fde8eb2b15a3294fe95f99990d8cf9227.zip
config: obsolete old --tasksel option
note that the bit of code removed from source_debian relies upon a variable LB_TASKS which itself is an old leftover artefact from before v4.0. Gbp-Dch: Short
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/configuration.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/functions/configuration.sh b/functions/configuration.sh
index 0c25673d6..75b2f35c6 100755
--- a/functions/configuration.sh
+++ b/functions/configuration.sh
@@ -142,8 +142,6 @@ Prepare_config ()
APTITUDE_OPTIONS="${APTITUDE_OPTIONS} -o APT::Color=false"
fi
- LB_TASKSEL="${LB_TASKSEL:-apt}"
-
BZIP2_OPTIONS="${BZIP2_OPTIONS:--6}"
GZIP_OPTIONS="${GZIP_OPTIONS:--6}"
LZIP_OPTIONS="${LZIP_OPTIONS:--6}"
@@ -703,11 +701,6 @@ Validate_config_permitted_values ()
exit 1
fi
- if ! In_list "${LB_TASKSEL}" apt aptitude tasksel; then
- Echo_error "You have specified an invalid value for LB_TASKSEL (--tasksel)."
- exit 1
- fi
-
if ! In_list "${LB_UEFI_SECURE_BOOT}" auto enable disable; then
Echo_error "You have specified an invalid value for LB_UEFI_SECURE_BOOT (--uefi-secure-boot)."
exit 1