Skip to content

Commit

Permalink
pass variables through to ipxe for flatcar
Browse files Browse the repository at this point in the history
  • Loading branch information
jeefy committed Sep 17, 2024
1 parent 489ed86 commit 727874d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/tftp/pxe_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ func init() {

PXEConfig["flatcar_booty.ipxe"] = `#!ipxe
echo "Hello from Booty!"
set BASEURL http://[[server]]/data/
set CONFIGURL http://[[server]]/ignition.json
set menu-default [[menu-default]]
chain http://[[server]]/data/flatcar_booty.ipxe
boot`

Expand Down

0 comments on commit 727874d

Please sign in to comment.