Skip to content

Commit

Permalink
Merge pull request #2 from OpenCHAMI/synackd/update-config-ipxe
Browse files Browse the repository at this point in the history
fix: change default config.ipxe boot to boot ${filename}
  • Loading branch information
synackd authored Nov 25, 2024
2 parents 8e2c8fd + 6c6cf8c commit 95deee0
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 95deee0

Please sign in to comment.