From 4d8b1b497ea0f6da0395ec81b53c37c98690660a Mon Sep 17 00:00:00 2001 From: tomit4 Date: Thu, 17 Mar 2022 10:50:16 -0700 Subject: [PATCH] fixed some typos and added notation regarding optional logging --- install_qemu.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install_qemu.txt b/install_qemu.txt index b5de2722..5d1689eb 100644 --- a/install_qemu.txt +++ b/install_qemu.txt @@ -1,9 +1,10 @@ Installing Qemu on Artix(runit) -doas pacman -S qemu virt-manager virt-viewer dnsmasq vde2 bridge-utils openbsd-netcat libvirt-runit +doas pacman -S qemu virt-manager virt-viewer dnsmasq vde2 bridge-utils openbsd-netcat libvirt libvirt-runit doas ln -s /etc/runit/sv/libvirtd /run/runit/service + cd /etc/runit/sv/libvirtd/log doas nvim run @@ -19,6 +20,8 @@ cd /var/log/svlog doas mkdir libvirtd + + doas nvim /etc/libvirt/libvirtd.conf Uncomment The Following Lines: unix_sock_group = "libvirt" @@ -56,7 +59,7 @@ doas virsh net-define --file default.xml doas virsh net-start default -doas virsh net-autstart --network default +doas virsh net-autostart --network default doas sv restart libvirtd