Bug 207166

Summary: [NEW PORT] net/ipxe: Open source network boot firmware
Product: Ports & Packages Reporter: Tobias Kortkamp <tobik>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ipxe.shar
none
Poudriere testport log FreeBSD 10.2/i386
none
Poudriere testport log FreeBSD 9.3/amd64
none
ipxe.shar
none
Poudriere testport log FreeBSD 9.3/amd64
none
Poudriere testport log FreeBSD 10.2/i386
none
ipxe.shar
none
Poudriere testport log FreeBSD 10.2/i386
none
Poudriere testport log FreeBSD 9.3/amd64 none

Description Tobias Kortkamp freebsd_committer freebsd_triage 2016-02-13 19:07:17 UTC
Created attachment 166948 [details]
ipxe.shar

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
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2016-02-13 19:08:25 UTC
Created attachment 166949 [details]
Poudriere testport log FreeBSD 10.2/i386
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2016-02-13 19:08:42 UTC
Created attachment 166950 [details]
Poudriere testport log FreeBSD 9.3/amd64
Comment 3 Tobias Kortkamp freebsd_committer freebsd_triage 2016-02-13 20:51:22 UTC
Created attachment 166953 [details]
ipxe.shar

Update port to install an image for chainloading from PXE and a Linux kernel compatible image.
Comment 4 Tobias Kortkamp freebsd_committer freebsd_triage 2016-02-13 20:51:56 UTC
Created attachment 166954 [details]
Poudriere testport log FreeBSD 9.3/amd64
Comment 5 Tobias Kortkamp freebsd_committer freebsd_triage 2016-02-13 20:52:20 UTC
Created attachment 166955 [details]
Poudriere testport log FreeBSD 10.2/i386
Comment 6 Tobias Kortkamp freebsd_committer freebsd_triage 2016-02-14 02:50:39 UTC
Created attachment 166964 [details]
ipxe.shar

Update port:
- Enable IPv6, HTTPS, and NFS
- Add flags for embedding a start script and certificates
Comment 7 Tobias Kortkamp freebsd_committer freebsd_triage 2016-02-14 02:51:22 UTC
Created attachment 166965 [details]
Poudriere testport log FreeBSD 10.2/i386
Comment 8 Tobias Kortkamp freebsd_committer freebsd_triage 2016-02-14 02:52:55 UTC
Created attachment 166966 [details]
Poudriere testport log FreeBSD 9.3/amd64
Comment 9 Kurt Jaeger freebsd_committer freebsd_triage 2016-03-01 20:33:19 UTC
Testbuilds are fine.
Comment 10 commit-hook freebsd_committer freebsd_triage 2016-03-01 20:35:42 UTC
A commit references this bug:

Author: pi
Date: Tue Mar  1 20:34:42 UTC 2016
New revision: 409900
URL: https://svnweb.freebsd.org/changeset/ports/409900

Log:
  New port: net/ipxe

  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>

Changes:
  head/net/Makefile
  head/net/ipxe/
  head/net/ipxe/Makefile
  head/net/ipxe/distinfo
  head/net/ipxe/files/
  head/net/ipxe/files/patch-config_general.h
  head/net/ipxe/files/pkg-message.in
  head/net/ipxe/ipxestart.example
  head/net/ipxe/pkg-descr
Comment 11 Kurt Jaeger freebsd_committer freebsd_triage 2016-03-01 20:36:18 UTC
Committed, thanks!