mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Installation Mac-OS: remove KVM instructions (#27515)
This commit is contained in:
parent
0b1d6bfa16
commit
52b2cad688
@ -217,9 +217,6 @@ If you are running an older Windows version or have a stricter network configura
|
|||||||
### Download the appropriate image
|
### Download the appropriate image
|
||||||
|
|
||||||
- [VirtualBox][vdi] (.vdi)
|
- [VirtualBox][vdi] (.vdi)
|
||||||
{% if page.installation_type == 'macos' %}
|
|
||||||
- [KVM][qcow2] (.qcow2)
|
|
||||||
{% endif %}
|
|
||||||
{% if page.installation_type == 'windows' or page.installation_type == 'linux' %}
|
{% if page.installation_type == 'windows' or page.installation_type == 'linux' %}
|
||||||
- [KVM][qcow2] (.qcow2)
|
- [KVM][qcow2] (.qcow2)
|
||||||
- [Vmware Workstation][vmdk] (.vmdk)
|
- [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/).
|
- 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 %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
### Create the virtual machine
|
### 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).
|
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._
|
|||||||
```
|
```
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
{% unless page.installation_type == 'macos' %}
|
||||||
- title: KVM (virt-manager)
|
- title: KVM (virt-manager)
|
||||||
content: |
|
content: |
|
||||||
1. Create a new virtual machine in `virt-manager`.
|
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.
|
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`.
|
Please check the correct IDs of your USB dongle with `lsusb`.
|
||||||
</div>
|
</div>
|
||||||
|
{% endunless %}
|
||||||
|
|
||||||
{% if page.installation_type == 'windows' or page.installation_type == 'linux' %}
|
{% if page.installation_type == 'windows' or page.installation_type == 'linux' %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user