workbench-script/pxe/Makefile
pedro da4830326c pxe/Makefile: avoid the clean method
move qemu-system to install dependencies
2025-02-04 17:44:16 +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