forked from Lainports/opnsense-ports
6 lines
195 B
Text
6 lines
195 B
Text
#!ipxe
|
|
# An example iPXE start script
|
|
# To build iPXE with this script embedded build the port with:
|
|
# make IPXE_EMBED=${PWD}/ipxestart.example
|
|
ifconf
|
|
chain https://boot.ipxe.org/demo/boot.php
|