X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=distro-end;h=64441d1cfc9d477847610a3158b8b72ac2f6a438;hp=f2df46e6770aa47f79cae78dd5903442f5aa26c0;hb=1f524e72136f1d10548bdc4f502c6405ba6dbcd0;hpb=f9ccde727d3471c99b909a528aa7168281368084 diff --git a/distro-end b/distro-end index f2df46e..64441d1 100755 --- a/distro-end +++ b/distro-end @@ -131,6 +131,7 @@ fi ### end docker install #### + ### begin certbot install ### case $distro in debian) @@ -1365,17 +1366,24 @@ esac case $distro in arch) + pi virt-install # otherwise we get error about accessing kvm module. # seems like there might be a better way, but google was a bit vague. s $sed -ri '/^ *user *=/d' /etc/libvirt/qemu.conf echo 'user = "root"' | s tee -a /etc/libvirt/qemu.conf - # https://bbs.archlinux.org/viewtopic.php?id=206206 - # # this should prolly go in the wiki - sgo virtlogd.socket # guessing this is not needed #sgo virtlogd.service - sgo libvirtd + + # iank: disabed as im not using libvirt usually + # # https://bbs.archlinux.org/viewtopic.php?id=206206 + # # # this should prolly go in the wiki + # sgo virtlogd.socket + # sgo libvirtd ;; + debian|trisquel|ubuntu) + pi-nostart virtinst virt-manager + ;; + esac