diskimage-builder/elements/baremetal
Steve Kowalik 58c755cf4c Create a new baremetal element
Rather than using a script to mount the image using nbd to extract the
kernel and ramdisk, make a new element called baremetal, which contains
a cleanup.d script that will copy them out to <image name>.{vmlinuz,initrd}.

Closes-Bug: 1224669
Change-Id: I8f3569aa12148d18b1c8242b6fbbd8857894b26f
2014-01-21 16:48:20 +11:00
..
cleanup.d Create a new baremetal element 2014-01-21 16:48:20 +11:00
README.md Create a new baremetal element 2014-01-21 16:48:20 +11:00

README.md

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

Currently, this element will extract out the kernel and initial ramdisk of the built image.