workbench-script/pxe/Makefile
pedro fde7173ea5 pxe/Makefile: avoid the clean method
move qemu-system to install dependencies
2024-12-11 19:49:33 +01:00

9 lines
290 B
Makefile

.PHONY: test_pxe
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
# TODO not very convinced on having this, but ok right now
.PHONY: install_pxe_debug
install_pxe_debug:
DEBUG=true ./install-pxe.sh