From e500308a536741e1b0b0d6d7fbcc9b79e7d2b38a Mon Sep 17 00:00:00 2001 From: "painpain@minty" Date: Mon, 2 Feb 2026 17:53:37 +0100 Subject: [PATCH] alpine-qemu-install no graphic usr/bin/alpine-qemu-install --- usr/bin/alpine-qemu-install | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/usr/bin/alpine-qemu-install b/usr/bin/alpine-qemu-install index 9a5f437..5cf00c5 100755 --- a/usr/bin/alpine-qemu-install +++ b/usr/bin/alpine-qemu-install @@ -42,20 +42,16 @@ 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 \ - -enable-kvm \ -net user,hostfwd=tcp::7777-:22 #-virtfs local,id=share,path="$SHARE",security_model=none,mount_tag=hostshare + -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 \