2024-10-24 08:32:01 +00:00
|
|
|
.PHONY: test_pxe
|
2024-09-27 20:27:12 +00:00
|
|
|
test_pxe:
|
2024-10-16 23:53:42 +00:00
|
|
|
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
|
|
|
|
2024-12-11 18:49:33 +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
|