modified: usr/sbin/arch-qemu-install

modified:   usr/sbin/basha
This commit is contained in:
dangerboot
2026-03-10 19:16:17 +01:00
parent e5454e6522
commit aeb2f0c167
2 changed files with 8 additions and 7 deletions
+7 -6
View File
@@ -29,11 +29,12 @@ qemu-system-x86_64 \
-m "$RAM" \
-cpu host \
-smp "$CPUS" \
-boot d \
-cdrom "$ISO" \
-drive file="$IMG",format=qcow2 \
-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
-nic user \
-drive file="$IMG",format=qcow
#-boot d \
# -netdev user,id=net0,dns=1.1.1.1 \
# -device virtio-net-pci,netdev=net0 \
# -display default,show-cursor=on \
# -virtfs local,id=share,path="$SHARE",security_model=none,mount_tag=hostshare
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/bash
if [ "$#" -lt 1 ] || [ "$#" -gt 1 ]; then
if [ "$#" -lt 1 ] ; then
echo "Usage: $0 alias"
exit 1
fi