From f9e95940fb8c5769113a53d2494185b389299926 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Thu, 10 Aug 2017 16:53:54 -0700 Subject: images: add core-image-minimal-initramfs bbappend Modify core-image-minimal-initramfs to use the initramfs-framework init scripts instead of the old ones when using an Intel MACHINE type. The initramfs-framework scripts are preferred, as they allow for booting on both live and real images and are more modular, allowing additions via new modules. Signed-off-by: California Sullivan --- common/recipes-core/images/core-image-minimal-initramfs.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 common/recipes-core/images/core-image-minimal-initramfs.bbappend (limited to 'common') diff --git a/common/recipes-core/images/core-image-minimal-initramfs.bbappend b/common/recipes-core/images/core-image-minimal-initramfs.bbappend new file mode 100644 index 00000000..1611beb7 --- /dev/null +++ b/common/recipes-core/images/core-image-minimal-initramfs.bbappend @@ -0,0 +1,3 @@ +# Use initramfs-framework instead of initramfs-live* +PACKAGE_INSTALL_remove_intel-x86-common = "initramfs-live-boot initramfs-live-install initramfs-live-install-efi" +PACKAGE_INSTALL_append_intel-x86-common = " initramfs-framework-base initramfs-module-udev initramfs-module-setup-live initramfs-module-install-efi" -- cgit v1.2.3-54-g00ecf