diff options
author | Kim Hagen <kim@sentrium.io> | 2021-07-28 06:24:19 -0500 |
---|---|---|
committer | Kim Hagen <kim@sentrium.io> | 2021-07-28 06:24:19 -0500 |
commit | 1e8b9fab1cb43e01fdd5f40c1d46f4384c996d87 (patch) | |
tree | e2c78826ec8183f1f00dcd3b595dab34bb25efce /functions | |
parent | 1cd901cfa2821b1440179936db2582aa11f6debe (diff) | |
download | vyos-live-build-1e8b9fab1cb43e01fdd5f40c1d46f4384c996d87.tar.gz vyos-live-build-1e8b9fab1cb43e01fdd5f40c1d46f4384c996d87.zip |
create vyos hdd image
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/configuration.sh | 2 |
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 |