alpine-qemu-install no graphic

This commit is contained in:
larcelet
2025-12-22 12:36:52 +01:00
committed by archikid02
parent 971189d624
commit 21ead1e551
+4 -3
View File
@@ -49,10 +49,11 @@ qemu-system-x86_64 \
======= =======
>>>>>>> 21c5e40 (alpine-qemu-install trying to run as non graphical) >>>>>>> 21c5e40 (alpine-qemu-install trying to run as non graphical)
-nic user,hostfwd=tcp::2222-:22 \ -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 -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 --- ## --- Run QEMU with graphics + shared folder ---
#qemu-system-x86_64 \ #qemu-system-x86_64 \