workbench-script/pxe/Makefile

9 lines
290 B
Makefile
Raw Permalink Normal View History

2024-10-24 08:32:01 +00:00
.PHONY: test_pxe
2024-09-27 20:27:12 +00:00
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
2024-10-24 08:32:01 +00:00
# TODO not very convinced on having this, but ok right now
.PHONY: install_pxe_debug
2024-10-24 08:32:01 +00:00
install_pxe_debug:
DEBUG=true ./install-pxe.sh