blob: a55601955aeeb2af22fafe3362ca378e7de47d05 (
plain)
1
2
3
4
5
6
7
8
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 = ""
|