Virt-manager
Installing virt-manager in Mocaccino Desktop
Setup
Install virt-manager using Luet:
|
|
edit /etc/libvirt/libvirtd.conf
and uncomment these lines:
unix_sock_group = "libvirt"
unix_sock_ro_perms = "0777"
unix_sock_rw_perms = "0770"
Add your user to the libvirt group
|
|
Add your user to the kvm group
|
|
Enable and start the libvirtd systemd service
|
|
|
|
Networking
By default libvirt comes with no network configured by default.
You can check that by running:
|
|
Create the default network by copy-pasting the following lines into a file called default.xml
|
|
Now add it:
|
|
To start it, run:
|
|
Start it permanently by default:
|
|
References
Last modified August 27, 2024: Update desktop_environments.md (009b061)