0bb35451a1
iPXE is the leading open source network boot firmware. It provides a full PXE implementation enhanced with additional features such as: * boot from a web server via HTTP * boot from an iSCSI SAN * boot from a Fibre Channel SAN via FCoE * boot from an AoE SAN * boot from a wireless network * boot from a wide-area network * boot from an Infiniband network * control the boot process with a script WWW: http://ipxe.org PR: 207166 Submitted by: Tobias Kortkamp <t@tobik.me>
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
|