Last active
December 28, 2021 12:48
-
-
Save RolphH/38465071a2f17e5fbf6890e6715821d6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!ipxe | |
set net0/ip $ipaddress | |
set net0/netmask $subnetmask | |
set net0/gateway $gateway | |
set dns $dns ifopen net0 | |
chain –autofree https://boot.netboot.xyz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment