From 5218833ee67e7df8e8651e0a8e23f3a358b38768 Mon Sep 17 00:00:00 2001 From: exu Date: Fri, 12 Apr 2024 21:37:44 +0200 Subject: [PATCH] Add edk2-ovmf for UEFI support in QEMU --- arch-setup/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index dcab03f3..2dcd95c0 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -103,7 +103,7 @@ clear for choice in $choices; do case $choice in 0) - printf '%s\n' 'qemu' 'virt-manager' 'ebtables' 'dnsmasq' >> "$setupdir/selectedpkgs.txt" + printf '%s\n' 'qemu' 'virt-manager' 'ebtables' 'dnsmasq' 'edk2-ovmf' >> "$setupdir/selectedpkgs.txt" ;; 1) echo "vmware-workstation" >> "$setupdir/aurselectedpkgs.txt"