Skip to content

Commit

Permalink
more work on qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubois committed Jun 10, 2021
1 parent 614b5cc commit aeb3de9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions AUR/install-qemu-v1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aeb3de9

Please sign in to comment.