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.
This commit is contained in:
Sytone 2021-03-31 08:41:00 -07:00 committed by GitHub
parent ddc2767601
commit 561e82523a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 VMwares “VMXnet3” virtual network adapter.
{% elsif page.installation_type == 'windows' %}
{% endif %}
{% if page.installation_type == 'windows' %}
- title: Hyper-V
content: |
<div class='note warning'>