summaryrefslogtreecommitdiff
path: root/functions/configuration.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/configuration.sh')
-rwxr-xr-xfunctions/configuration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/configuration.sh b/functions/configuration.sh
index c7d2dfc0f..6f52bdad4 100755
--- a/functions/configuration.sh
+++ b/functions/configuration.sh
@@ -782,7 +782,7 @@ Validate_config_dependencies ()
fi
if In_list "grub-pc" ${LB_BOOTLOADERS} || In_list "grub-efi" ${LB_BOOTLOADERS} || In_list "grub-legacy" ${LB_BOOTLOADERS}; then
- if In_list "${LB_IMAGE_TYPE}" hdd netboot; then
+ if In_list "${LB_IMAGE_TYPE}" netboot; then
Echo_error "You have selected an invalid combination of bootloaders and live image type; the grub-* bootloaders are not compatible with hdd and netboot types."
exit 1
fi