From 971189d6243e3731a6c2960e1d8d838736b9610c Mon Sep 17 00:00:00 2001 From: archikid02 Date: Wed, 28 Jan 2026 17:59:34 +0000 Subject: [PATCH] alpine-qemu-install trying to run as non graphical --- usr/bin/alpine-qemu-install | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/usr/bin/alpine-qemu-install b/usr/bin/alpine-qemu-install index 65ab055..e30d7dc 100755 --- a/usr/bin/alpine-qemu-install +++ b/usr/bin/alpine-qemu-install @@ -42,12 +42,17 @@ qemu-system-x86_64 \ -boot once=d \ -cdrom $ISO \ -drive file=$IMG \ +<<<<<<< HEAD -display none \ -device virtio-vga \ -display default,show-cursor=on \ +======= +>>>>>>> 21c5e40 (alpine-qemu-install trying to run as non graphical) -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 \