alpine-qemu-install doesn use kvm

This commit is contained in:
painpain@minty
2026-02-02 17:46:34 +01:00
parent cda8e5734e
commit 709d769520
+2 -12
View File
@@ -39,28 +39,18 @@ echo "iso = $ISO"
qemu-system-x86_64 \ qemu-system-x86_64 \
-m $RAM \ -m $RAM \
<<<<<<< HEAD
-boot once=d \ -boot once=d \
-cdrom $ISO \ -cdrom $ISO \
-drive file=$IMG \ -drive file=$IMG \
<<<<<<< HEAD
-display none \ -display none \
-device virtio-vga \ -device virtio-vga \
-display default,show-cursor=on \ -display default,show-cursor=on \
=======
>>>>>>> 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 \
=======
-boot d \
-cdrom $ISO \
-drive file=$IMG,if=virtio \
>>>>>>> d378d2f ( /!\ Big Merge REBASING)
-enable-kvm \ -enable-kvm \
-net nic \
-net user,hostfwd=tcp::7777-:22 -net user,hostfwd=tcp::7777-:22
#-virtfs local,id=share,path="$SHARE",security_model=none,mount_tag=hostshare #-virtfs local,id=share,path="$SHARE",security_model=none,mount_tag=hostshare
-virtfs local,id=share,path="$SHARE",security_model=none,mount_tag=hostshare
#-enable-kvm \
## --- Run QEMU with graphics + shared folder --- ## --- Run QEMU with graphics + shared folder ---
#qemu-system-x86_64 \ #qemu-system-x86_64 \