mirror of
https://github.com/siderolabs/image-factory.git
synced 2025-12-07 10:31:56 +01:00
Also, improve error reporting and add more tests for invalid requests. Fixes #7 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
#!ipxe
|
|
|
|
kernel {{ .KernelURL }} {{ .Cmdline }}
|
|
initrd {{ .InitramfsURL }}
|
|
boot
|