modified: alpine-qemu-install

modified:   conn
new file:   greplast
modified:   nmap_sA
This commit is contained in:
journal_froid
2026-01-23 09:50:44 +01:00
parent 2002b9f58b
commit 970b2ba191
4 changed files with 19 additions and 5 deletions
+5 -5
View File
@@ -39,16 +39,16 @@ echo "iso = $ISO"
qemu-system-x86_64 \
-m $RAM \
-nic user \
-boot once=d \
-cdrom $ISO \
-drive file=$IMG \
-nic user,hostfwd=tcp::2222-:22 \
-display none \
-device virtio-vga \
-enable-kvm \
-display default,show-cursor=on \
-display none \
-virtfs local,id=share,path="$SHARE",security_model=none,mount_tag=hostshare
-net user,hostfwd=tcp::7777-:22
-net nic
#-virtfs local,id=share,path="$SHARE",security_model=none,mount_tag=hostshare
## --- Run QEMU with graphics + shared folder ---
#qemu-system-x86_64 \