From 1e8b9fab1cb43e01fdd5f40c1d46f4384c996d87 Mon Sep 17 00:00:00 2001 From: Kim Hagen Date: Wed, 28 Jul 2021 06:24:19 -0500 Subject: create vyos hdd image --- functions/configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') 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 -- cgit v1.2.3