From 561e82523a04d5b0d68019d3a807ee5da0811570 Mon Sep 17 00:00:00 2001 From: Sytone Date: Wed, 31 Mar 2021 08:41:00 -0700 Subject: [PATCH] Update to include VHDX for Windows (#17087) Existing IF logic would mean that VHDX would not show for windows as initial if was a windows OR Linux. Move to separate IF to only show if windows is selected. --- source/_includes/installation/operating_system.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/_includes/installation/operating_system.md b/source/_includes/installation/operating_system.md index 043b9847111..517aca52015 100644 --- a/source/_includes/installation/operating_system.md +++ b/source/_includes/installation/operating_system.md @@ -91,7 +91,8 @@ _Select and copy the URL or use the "copy" button that appear when you hover it. {% elsif page.installation_type == 'alternative' %} - [KVM/Proxmox][qcow2] (.qcow2) - [VMware ESXi/vSphere][Virtual Appliance] (.ova) -{% elsif page.installation_type == 'windows' %} +{% endif %} +{% if page.installation_type == 'windows' %} - [Hyper-V][vhdx] (.vhdx) {% endif %} {% endif %} @@ -153,8 +154,8 @@ _All these can be extended if your usage calls for more resources._ - title: VMware ESXi/vSphere content: | Use the “E1001” or “E1001E” virtual network adapater. There are confirmed mDNS/Multicast discovery issues when using VMware’s “VMXnet3” virtual network adapter. - -{% elsif page.installation_type == 'windows' %} +{% endif %} +{% if page.installation_type == 'windows' %} - title: Hyper-V content: |