From 5df11468d2f20d8b98b069adbd8642a40e46a482 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Tue, 1 Aug 2023 14:19:18 +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 f14e590..d6bd7bd 100644 --- a/recipes-core/images/core-image-recovery.bb +++ b/recipes-core/images/core-image-recovery.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Recovery initramfs image." -PACKAGE_INSTALL = "initramfs-boot busybox ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" +PACKAGE_INSTALL = "recovery-boot busybox ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" # Do not pollute the initrd image with rootfs features IMAGE_FEATURES = ""