From aeb3de917a16c9fc8c573ee90e2a76ff214177d3 Mon Sep 17 00:00:00 2001 From: Erik Dubois Date: Thu, 10 Jun 2021 17:29:45 +0200 Subject: [PATCH] more work on qemu --- AUR/install-qemu-v1.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/AUR/install-qemu-v1.sh b/AUR/install-qemu-v1.sh index 14bd19f9..6fd0c101 100755 --- a/AUR/install-qemu-v1.sh +++ b/AUR/install-qemu-v1.sh @@ -16,9 +16,12 @@ set -e ################################################################################################################## #tutorial https://www.youtube.com/watch?v=JxSGT_3UU8w -sudo pacman -Rdd iptables --noconfirm +#sudo pacman -Rdd iptables --noconfirm -sudo pacman -S --noconfirm --needed qemu bridge-utils virt-manager virt-viewer vde2 libvirt ebtables iptables dnsmasq dmidecode ovmf +sudo pacman -S --noconfirm --needed qemu iptables-nft libvirt bridge-utils virt-viewer spice-vdagent virt-manager xf86-video-qxl vde2 dnsmasq dmidecode + +sudo pacman -S --noconfirm --needed ebtables +#ovmf sudo systemctl enable libvirtd.service sudo systemctl start libvirtd.service