From 20daed3229a0f4d5fd7d2f7d01eb54080370e698 Mon Sep 17 00:00:00 2001 From: larcelet <> Date: Mon, 22 Dec 2025 12:33:11 +0100 Subject: [PATCH] alpine-qemu-install doesn use kvm --- usr/bin/alpine-qemu-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/alpine-qemu-install b/usr/bin/alpine-qemu-install index b7281f7..6e71ea5 100755 --- a/usr/bin/alpine-qemu-install +++ b/usr/bin/alpine-qemu-install @@ -44,10 +44,10 @@ qemu-system-x86_64 \ -cdrom $ISO \ -drive file=$IMG \ -device virtio-vga \ - -enable-kvm \ -display default,show-cursor=on \ -nic user,hostfwd=tcp::2222-:22 \ -virtfs local,id=share,path="$SHARE",security_model=none,mount_tag=hostshare + #-enable-kvm \ ## --- Run QEMU with graphics + shared folder --- #qemu-system-x86_64 \