fernlader2/run-qemu.sh

3 lines
140 B
Bash
Raw Normal View History

2026-02-17 19:44:29 +01: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 "$@"