blob: bdba446cdb73f401bcea3a1968c9098601c05c10 (
plain) (
blame)
1
2
3
4
5
6
|
#!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
|