From ace85578849244f74575e777d9962b2a6e2d3b81 Mon Sep 17 00:00:00 2001 From: larcelet <> Date: Mon, 22 Dec 2025 12:34:49 +0100 Subject: [PATCH] alpine-qemu-install trying to run as non graphical --- usr/bin/alpine-qemu-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/bin/alpine-qemu-install b/usr/bin/alpine-qemu-install index 6e71ea5..d7eef48 100755 --- a/usr/bin/alpine-qemu-install +++ b/usr/bin/alpine-qemu-install @@ -43,11 +43,11 @@ qemu-system-x86_64 \ -boot once=d \ -cdrom $ISO \ -drive file=$IMG \ - -device virtio-vga \ - -display default,show-cursor=on \ -nic user,hostfwd=tcp::2222-:22 \ -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 \