summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/configuration.sh5
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
}