/!\ Big Merge REBASING

This commit is contained in:
archikid02
2026-01-28 18:08:10 +00:00
parent 4ad36f5cf8
commit 78fd3d03c2
17 changed files with 261 additions and 35 deletions
+10 -3
View File
@@ -39,6 +39,7 @@ echo "iso = $ISO"
qemu-system-x86_64 \
-m $RAM \
<<<<<<< HEAD
-boot once=d \
-cdrom $ISO \
-drive file=$IMG \
@@ -50,10 +51,16 @@ qemu-system-x86_64 \
>>>>>>> 21c5e40 (alpine-qemu-install trying to run as non graphical)
-nic user,hostfwd=tcp::2222-:22 \
-device virtio-vga \
=======
-boot d \
-cdrom $ISO \
-drive file=$IMG,if=virtio \
>>>>>>> d378d2f ( /!\ Big Merge REBASING)
-enable-kvm \
-display default,show-cursor=on \
-display none \
-virtfs local,id=share,path="$SHARE",security_model=none,mount_tag=hostshare
-net nic \
-net user,hostfwd=tcp::7777-:22
#-virtfs local,id=share,path="$SHARE",security_model=none,mount_tag=hostshare
## --- Run QEMU with graphics + shared folder ---
#qemu-system-x86_64 \