diff --git a/source/_includes/installation/operating_system.md b/source/_includes/installation/operating_system.md index 276fc2d1fa3..ec138eeb184 100644 --- a/source/_includes/installation/operating_system.md +++ b/source/_includes/installation/operating_system.md @@ -217,9 +217,6 @@ If you are running an older Windows version or have a stricter network configura ### Download the appropriate image - [VirtualBox][vdi] (.vdi) -{% if page.installation_type == 'macos' %} -- [KVM][qcow2] (.qcow2) -{% endif %} {% if page.installation_type == 'windows' or page.installation_type == 'linux' %} - [KVM][qcow2] (.qcow2) - [Vmware Workstation][vmdk] (.vmdk) @@ -239,7 +236,6 @@ Follow this guide if you already are running a supported virtual machine hypervi - If VirtualBox is not supported on your Mac, and you have experience using virtual machines, you can try running the Home Assistant Operating system on [UTM](https://mac.getutm.app/). {% endif %} - ### Create the virtual machine Load the appliance image into your virtual machine hypervisor. (Note: You are free to assign as much resources as you wish to the VM, please assign enough based on your add-on needs). @@ -277,7 +273,7 @@ _All these can be extended if your usage calls for more resources._ ``` - +{% unless page.installation_type == 'macos' %} - title: KVM (virt-manager) content: | 1. Create a new virtual machine in `virt-manager`. @@ -319,6 +315,7 @@ _All these can be extended if your usage calls for more resources._ Note that this configuration (bus 003, device 003) is just an example, your dongle could be on another bus and/or with another device ID. Please check the correct IDs of your USB dongle with `lsusb`. +{% endunless %} {% if page.installation_type == 'windows' or page.installation_type == 'linux' %}