alpine-qemu-install trying to run as non graphical

This commit is contained in:
larcelet
2025-12-22 12:34:49 +01:00
committed by journal_froid
parent 20daed3229
commit ace8557884
+2 -2
View File
@@ -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 \