workbench-script/pxe/Makefile
pedro 56fd404e41 test_pxe: change net device
virtio is better for virtualization, which is the case
2024-10-17 01:53:42 +02:00

3 lines
139 B
Makefile

test_pxe:
qemu-system-x86_64 -m 1G -boot n -netdev user,id=mynet0,tftp=/srv/pxe-tftp,bootfile=pxelinux.0 -device virtio-net,netdev=mynet0