Getting started/Installation: minor improvements to libvirt commands (#715)

This commit is contained in:
Aaron Blasko 2024-07-14 12:20:20 +02:00 committed by GitHub
parent a311b99875
commit 99775a6738
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 5 deletions

View File

@ -378,13 +378,10 @@ and get `libvirt`, `virsh`, and `virt-viewer` setup and installed.
```sh
# Install libvirt and qemu things.
sudo pacman -S libvirt virt-viewer qemu-common
# Enable and start libvirtd.
systemctl enable libvirtd
systemctl start libvirtd
# Add yourself to the libvirt group.
sudo usermod -a -G libvirt USER # Replace 'USER' with your username.
# You may need to restart the libvirtd service.
systemctl restart libvirtd
# Enable and start libvirtd.
systemctl enable --now libvirtd
```
Go to the [arch-boxes gitlab](https://gitlab.archlinux.org/archlinux/arch-boxes/-/packages)