Skip to content

Commit

Permalink
add imgfree to standard.ipxe boot script. fix for Initramfs unpacking…
Browse files Browse the repository at this point in the history
… failed: invalid magic at start of compressed
  • Loading branch information
lukemilby committed Jan 19, 2025
1 parent d5f3f5a commit 5829ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/frontend/http/standard.ipxe
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!ipxe

imgfree
kernel {{ .KernelURL }} {{ .Cmdline }}
initrd {{ .InitramfsURL }}
boot

0 comments on commit 5829ccc

Please sign in to comment.