diff options
-rw-r--r-- | meta/recipes-core/images/core-image-minimal-initramfs.bb | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb index c446e87bd1..6de860e43a 100644 --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb +++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb | |||
@@ -3,7 +3,15 @@ DESCRIPTION = "Small image capable of booting a device. The kernel includes \ | |||
3 | the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \ | 3 | the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \ |
4 | first 'init' program more efficiently." | 4 | first 'init' program more efficiently." |
5 | 5 | ||
6 | PACKAGE_INSTALL = "initramfs-live-boot initramfs-live-install initramfs-live-install-efi ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" | 6 | INITRAMFS_SCRIPTS ?= "\ |
7 | initramfs-framework-base \ | ||
8 | initramfs-module-setup-live \ | ||
9 | initramfs-module-udev \ | ||
10 | initramfs-module-install \ | ||
11 | initramfs-module-install-efi \ | ||
12 | " | ||
13 | |||
14 | PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" | ||
7 | 15 | ||
8 | # Do not pollute the initrd image with rootfs features | 16 | # Do not pollute the initrd image with rootfs features |
9 | IMAGE_FEATURES = "" | 17 | IMAGE_FEATURES = "" |