From e06cb80cb613db77ef63357852609cd535400bc5 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 20 Jan 2014 23:00:21 +1100 Subject: [PATCH] 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 .{vmlinuz,initrd}. Closes-Bug: 1224669 Change-Id: I8f3569aa12148d18b1c8242b6fbbd8857894b26f --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8f92368..6cb3b25 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ dist *.qcow2 *.raw +*.initrd +*.vmlinuz build AUTHORS ChangeLog