summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorKim Hagen <kim@sentrium.io>2021-07-28 06:24:19 -0500
committerKim Hagen <kim@sentrium.io>2021-07-28 06:24:19 -0500
commit1e8b9fab1cb43e01fdd5f40c1d46f4384c996d87 (patch)
treee2c78826ec8183f1f00dcd3b595dab34bb25efce /functions
parent1cd901cfa2821b1440179936db2582aa11f6debe (diff)
downloadvyos-live-build-1e8b9fab1cb43e01fdd5f40c1d46f4384c996d87.tar.gz
vyos-live-build-1e8b9fab1cb43e01fdd5f40c1d46f4384c996d87.zip
create vyos hdd image
Diffstat (limited to 'functions')
-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