openstack-virtual-baremetal/ipxe
Jesse Pretorius (odyssey4me) 23c0c73e5f Change ipxe-boot image to try all interfaces
The current implementation will only try an iPXE
boot from eth0. This patch sets it to try all
interfaces up to 10 attempts, then reboots and
starts again.

Change-Id: I9259a275f5f1f248905755ec5955ace5b67fc2bd
2020-05-05 10:25:48 +02:00
..
ipxe@c63ef427a2 Don't use diskimage-builder to build IPXE image 2019-09-25 17:15:30 +01:00
ipxe-config Enable IPv6 support in the iPXE image 2019-09-26 15:16:54 +01:00
.gitignore Remove pre-built iPXE image from the repo 2019-09-26 12:38:06 +01:00
Makefile Enable IPv6 support in the iPXE image 2019-09-26 15:16:54 +01:00
README Update deps list for building ipxe-boot.qcow2 2020-05-04 17:21:07 +02:00
script.ipxe Change ipxe-boot image to try all interfaces 2020-05-05 10:25:48 +02:00

README

IPXE image-building tools
-------------------------

This directory contains tools for for building an IPXE image. Run ``make`` to
build the image. It is provided as both raw and qcow2.

The iPXE image has minimal build dependencies. On a Fedora system, these are:

* gcc
* genisoimage
* make
* qemu-img
* syslinux-nonlinux
* xz-devel

Please ping Ben Nemec <openstack@nemebean.com> when making a change which
affects the ipxe image to update the public repo of pre-built images.