mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
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>
7 lines
195 B
Plaintext
7 lines
195 B
Plaintext
#!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
|