From 9f732f333376940667fd9e261e65ab899dcb02ba Mon Sep 17 00:00:00 2001 From: larcelet <> Date: Mon, 22 Dec 2025 12:38:29 +0100 Subject: [PATCH] alpine-qemu-install display none --- 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 5cf00c5..10b35a9 100755 --- a/usr/bin/alpine-qemu-install +++ b/usr/bin/alpine-qemu-install @@ -50,7 +50,7 @@ qemu-system-x86_64 \ -device virtio-vga \ -enable-kvm \ -display default,show-cursor=on \ - -nographic + -display none \ -virtfs local,id=share,path="$SHARE",security_model=none,mount_tag=hostshare ## --- Run QEMU with graphics + shared folder ---