mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-08 06:25:58 +01:00
Getting started/Installation: minor improvements to libvirt commands (#715)
This commit is contained in:
parent
a311b99875
commit
99775a6738
1 changed files with 2 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue