diff options
author | Oldřich Jedlička <oldium.pro@gmail.com> | 2021-01-09 22:23:09 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-12-05 18:49:14 +0100 |
commit | fd4ad6cae88d009e9560e4ee902bf20a5b42d36e (patch) | |
tree | 9bac3d0a911510e814f0bf9ebb8d8d3d87c0416e /config | |
parent | 75093d1b1de7af82acd3b8bcc61f308c37493400 (diff) | |
download | upstream-fd4ad6cae88d009e9560e4ee902bf20a5b42d36e.tar.gz upstream-fd4ad6cae88d009e9560e4ee902bf20a5b42d36e.tar.bz2 upstream-fd4ad6cae88d009e9560e4ee902bf20a5b42d36e.zip |
x86: added support to generate VHDX images
Added support to generate dynamic-sized VHDX images for Hyper-V.
Compile-tested on x86 and run-tested on Windows 10 21H2 (Hyper-V).
Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-images.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index 92720fb84d..49e5330ffe 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -272,6 +272,12 @@ menu "Target Images" depends on GRUB_IMAGES || GRUB_EFI_IMAGES select PACKAGE_kmod-e1000 + config VHDX_IMAGES + bool "Build Hyper-V image files (VHDX)" + depends on TARGET_x86 + depends on GRUB_IMAGES || GRUB_EFI_IMAGES + select PACKAGE_kmod-e1000 + config TARGET_IMAGES_GZIP bool "GZip images" depends on TARGET_ROOTFS_EXT4FS || TARGET_x86 || TARGET_armvirt || TARGET_malta |