diff options
Diffstat (limited to 'functions/configuration.sh')
-rwxr-xr-x | functions/configuration.sh | 5 |
1 files changed, 0 insertions, 5 deletions
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 } |