fixed some typos and added notation regarding optional logging
This commit is contained in:
parent
f93803fd69
commit
4d8b1b497e
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
<OPTIONAL: CUSTOM LOGGING SECTION>
|
||||
cd /etc/runit/sv/libvirtd/log
|
||||
|
||||
doas nvim run
|
||||
|
|
@ -19,6 +20,8 @@ cd /var/log/svlog
|
|||
|
||||
doas mkdir libvirtd
|
||||
|
||||
<END OF OPTIONAL LOGGING SECTION>
|
||||
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue