From 502594357bc122f74515bf40463784fe84db3d47 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sun, 14 Oct 2018 15:28:57 +0800 Subject: [PATCH] fix vhdx typo --- config/Config-images.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Config-images.in b/config/Config-images.in index b9ae50c8a..b4ee6ea84 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -255,7 +255,7 @@ menu "Target Images" default y config VHD_IMAGES - bool "Build Hyper-V image files (VHD)" + bool "Build Hyper-V image files (VHDX)" depends on TARGET_x86 || TARGET_x86_64 default n depends on GRUB_IMAGES || EFI_IMAGES