diff --git a/docs/KVM.md b/docs/KVM.md index 091e88d..015e767 100644 --- a/docs/KVM.md +++ b/docs/KVM.md @@ -25,6 +25,8 @@ Otherwise, to set up the standard way, open `virt-manager` (Virtual Machines). Next, go to `Edit`->`Preferences`, and check `Enable XML editing`, then click the `Close` button. +If you're using a version of virt-manager that is not >2.2.0 you won't have the XML editing option. Instead you need to use `virsh edit `. + ![](kvm/01.png) Now it is time to add a new VM by clicking the `+` button. @@ -200,4 +202,3 @@ sudo ln -s /etc/apparmor.d/usr.sbin.libvirtd /etc/apparmor.d/disable/ You will likely need to reboot to ensure your current shell is added to the group. -