From 0f772e8081a3c04edc97684186458b827b09369b Mon Sep 17 00:00:00 2001 From: larcelet <> Date: Mon, 22 Dec 2025 12:36:52 +0100 Subject: [PATCH] alpine-qemu-install no graphic --- usr/bin/alpine-qemu-install | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/usr/bin/alpine-qemu-install b/usr/bin/alpine-qemu-install index d7eef48..1037d2c 100755 --- a/usr/bin/alpine-qemu-install +++ b/usr/bin/alpine-qemu-install @@ -44,10 +44,11 @@ qemu-system-x86_64 \ -cdrom $ISO \ -drive file=$IMG \ -nic user,hostfwd=tcp::2222-:22 \ + -device virtio-vga \ + -enable-kvm \ + -display default,show-cursor=on \ + -nographic -virtfs local,id=share,path="$SHARE",security_model=none,mount_tag=hostshare - #-device virtio-vga \ - #-enable-kvm \ - #-display default,show-cursor=on \ ## --- Run QEMU with graphics + shared folder --- #qemu-system-x86_64 \