Skip to content

Commit

Permalink
fix: change default config.ipxe boot to boot ${filename}
Browse files Browse the repository at this point in the history
  • Loading branch information
synackd committed Nov 25, 2024
1 parent 8e2c8fd commit 6c6cf8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.ipxe
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!ipxe

dhcp
chain --autofree https://boot.netboot.xyz/
echo Booting from ${filename}
chain ${filename}

0 comments on commit 6c6cf8c

Please sign in to comment.