openstack-virtual-baremetal/ipxe
Ben Nemec 35c9a83baf Add larger version of ipxe-boot.qcow2 image
This image can be used as the base for baremetal instances with a
flavor that has a disk size of 0, which means the image's virtual
size will be used as the base disk size.

The original image is left unchanged so it can still be used for
instances where a disk size of less than 41 GB is desired.
2018-03-15 11:51:19 -05:00
..
elements/ipxe-boot-image Replace empty image & nova patch with ipxe-boot image 2016-04-13 10:15:22 +12:00
.gitignore Replace empty image & nova patch with ipxe-boot image 2016-04-13 10:15:22 +12:00
Makefile Replace empty image & nova patch with ipxe-boot image 2016-04-13 10:15:22 +12:00
README Add larger version of ipxe-boot.qcow2 image 2018-03-15 11:51:19 -05:00
ipxe-boot-41.qcow2 Add larger version of ipxe-boot.qcow2 image 2018-03-15 11:51:19 -05:00
ipxe-boot.qcow2 Replace empty image & nova patch with ipxe-boot image 2016-04-13 10:15:22 +12:00

README

IPXE images and tools
---------------------

This directory contains IPXE images and tools for building those images.
If you are an OVB user you are probably most interested in the pre-built
images, ipxe-boot.qcow2 and ipxe-boot-41.qcow2.  The former is a minimal
version of an image that only contains the necessary bits to PXE boot a
cloud instance.  The latter image is the same, except its virtual size has
been changed to 41 GB so it can be used as the base image for instances whose
flavor bases the instance root disk size on the image size.

There is also a diskimage-builder element and a makefile that can be used to
rebuild the ipxe-boot.qcow2 image.  Simply run ``make`` to build the image.