blob: 6c3a76bf788ac3fdf9535aa58fd0b72ca5bcc3ef (
plain)
1
2
3
4
5
6
7
8
9
10
|
#initramfs image which mounts the rootfilesystem and kexecs a kernel from there
ONLINE_PACKAGE_MANAGEMENT = "none"
IMAGE_FSTYPES += " cpio.gz"
inherit image
export IMAGE_BASENAME = "initramfs-kexecboot-image"
IMAGE_INSTALL = "kexecboot"
IMAGE_LINGUAS = ""
|