Andrey Smirnov a4aa38c9ec
feat: implement PXE frontend
Also, improve error reporting and add more tests for invalid requests.

Fixes #7

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2023-09-01 23:05:00 +04:00

6 lines
79 B
Plaintext

#!ipxe
kernel {{ .KernelURL }} {{ .Cmdline }}
initrd {{ .InitramfsURL }}
boot