fernlader/run-qemu.sh

3 lines
140 B
Bash
Raw Normal View History

2025-07-04 03:10:55 +02:00
#!/bin/sh
qemu-system-x86_64 -netdev user,id=n1,net=10.0.0.5/24,tftp=.,bootfile=/boot.bin -device virtio-net-pci,netdev=n1,bootindex=0 "$@"