From 997a7f73f9c253a53562431b272859b8eadc5d28 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Fri, 24 Apr 2020 01:00:20 +0100 Subject: config: remove redundant validation check this is already covered by the check above it Gbp-Dch: Ignore --- functions/configuration.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'functions') diff --git a/functions/configuration.sh b/functions/configuration.sh index ef34a990d..4adba4485 100755 --- a/functions/configuration.sh +++ b/functions/configuration.sh @@ -714,9 +714,4 @@ Validate_config_dependencies () exit 1 fi fi - - if [ "${LB_IMAGE_TYPE}" = "hdd" ] && [ "${LB_FIRST_BOOTLOADER}" = "grub-legacy" ]; then - Echo_error "You have selected a combination of bootloader and image type that is currently not supported by live-build. Please use either another bootloader or a different image type." - exit 1 - fi } -- cgit v1.2.3