Scripts: Add qemu packages in install-qemu.sh

This commit is contained in:
Michael Mayer 2021-12-10 08:51:52 +01:00
parent 8b9a3e446d
commit eae3817381

View file

@ -1,6 +1,8 @@
#!/usr/bin/env bash
sudo apt-get update && sudo apt-get -qq install -y qemu binfmt-support qemu-user-static qemu-system-arm qemu-efi-aarch64
sudo apt-get update && sudo apt-get -qq install -y \
qemu binfmt-support qemu-kvm qemu-system qemu-user qemu-utils \
qemu-efi-arm qemu-efi-aarch64 libvirt-daemon-driver-qemu
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes