From 14871c09de529b0729491d8e7c84df0feba56ea4 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Tue, 1 Aug 2023 12:54:52 +0200 Subject: [PATCH] add support initramfs package --- recipes-core/images/core-image-recovery.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/images/core-image-recovery.bb b/recipes-core/images/core-image-recovery.bb index 8b6fbaf..4fef375 100644 --- a/recipes-core/images/core-image-recovery.bb +++ b/recipes-core/images/core-image-recovery.bb @@ -7,7 +7,7 @@ INITRAMFS_SCRIPTS ?= "\ " -PACKAGE_INSTALL = "initramfs-boot busybox ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" +PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} initramfs-boot busybox ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" # Do not pollute the initrd image with rootfs features IMAGE_FEATURES = ""