diff options
Diffstat (limited to 'packages/kexecboot/initramfs-kexecboot-image.bb')
-rw-r--r-- | packages/kexecboot/initramfs-kexecboot-image.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/kexecboot/initramfs-kexecboot-image.bb b/packages/kexecboot/initramfs-kexecboot-image.bb new file mode 100644 index 0000000000..a55601955a --- /dev/null +++ b/packages/kexecboot/initramfs-kexecboot-image.bb @@ -0,0 +1,9 @@ +#initramfs image which mounts the rootfilesystem and kexecs a kernel from there + +IMAGE_FSTYPES += " cpio.gz" +inherit image + +export IMAGE_BASENAME = "initramfs-kexecboot-image" + +IMAGE_INSTALL = "klibc-utils-static-sh klibc-utils-static-mount kexec-static initramfs-kexecboot" +IMAGE_LINGUAS = "" |