From 81368a6bf57787740f9d8c2a0fcd72ccf11b261c Mon Sep 17 00:00:00 2001 From: archikid02 Date: Wed, 28 Jan 2026 17:59:09 +0000 Subject: [PATCH] alpine-qemu-install doesn use kvm --- usr/bin/alpine-qemu-install | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/usr/bin/alpine-qemu-install b/usr/bin/alpine-qemu-install index 5170067..65ab055 100755 --- a/usr/bin/alpine-qemu-install +++ b/usr/bin/alpine-qemu-install @@ -44,11 +44,10 @@ qemu-system-x86_64 \ -drive file=$IMG \ -display none \ -device virtio-vga \ - -enable-kvm \ - -net user,hostfwd=tcp::7777-:22 - -net nic - #-virtfs local,id=share,path="$SHARE",security_model=none,mount_tag=hostshare - + -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 \