diskimage-builder/elements/baremetal
Gregory Haynes c4bbb6f3bc Create docs site containing element READMEs
We currently do not have the ability to create a docs site which
outlines all the elements.

Change-Id: I77ccf61e0c4b1509b3e7ce9b8f15ea5ccfd50d9b
2015-02-10 11:45:35 -08:00
..
cleanup.d Refactor code to select boot kernel 2014-06-13 11:46:39 +05:30
README.rst Create docs site containing element READMEs 2015-02-10 11:45:35 -08:00

=========
baremetal
=========

This is the baremetal (IE: real hardware) element.

Does the following:

 * extracts the kernel and initial ramdisk of the built image.

Optional parameters:

 * DIB_BAREMETAL_KERNEL_PATTERN and DIB_BAREMETAL_INITRD_PATTERN
   may be supplied to specify which kernel files are preferred; this
   can be of use when using custom kernels that don't fit the
   standard naming patterns. Both variables must be provided in
   order for them to have any effect.