diff options
Diffstat (limited to 'functions/configuration.sh')
-rwxr-xr-x | functions/configuration.sh | 7 |
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 |