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
This commit is contained in:
Steve Kowalik 2014-01-20 23:00:21 +11:00
parent cd1ac39792
commit e06cb80cb6
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -8,6 +8,8 @@
dist
*.qcow2
*.raw
*.initrd
*.vmlinuz
build
AUTHORS
ChangeLog