Skip to content

Instantly share code, notes, and snippets.

@glance-
Created March 5, 2023 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glance-/7f7348d305e9e4ba4bbca9cdcae06501 to your computer and use it in GitHub Desktop.
Save glance-/7f7348d305e9e4ba4bbca9cdcae06501 to your computer and use it in GitHub Desktop.
Ipxe embedded script
#!ipxe
ifstat
ifopen && goto chain ||
dhcp
:chan
chain --replace http://${next-server}/netboot.ipxe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment