2014-01-20 12:00:21 +00:00
|
|
|
This is the baremetal (IE: real hardware) element.
|
|
|
|
|
2014-02-07 21:18:28 +00:00
|
|
|
Does the following:
|
|
|
|
|
|
|
|
* extracts the kernel and initial ramdisk of the built image.
|
2014-03-19 14:17:58 +00:00
|
|
|
|
|
|
|
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.
|