From 1b8c99a1c39019cc4165c8ec1bb9dd1ca1b37920 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Tue, 1 Aug 2023 13:59:46 +0200 Subject: [PATCH] add support initramfs package --- recipes-core/images/core-image-recovery.bb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/recipes-core/images/core-image-recovery.bb b/recipes-core/images/core-image-recovery.bb index cfddd03..81cd086 100644 --- a/recipes-core/images/core-image-recovery.bb +++ b/recipes-core/images/core-image-recovery.bb @@ -1,13 +1,8 @@ DESCRIPTION = "Recovery initramfs image." -INITRAMFS_SCRIPTS = "\ - initramfs-boot \ - initramfs-module-udev \ - " - -PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} busybox ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" +PACKAGE_INSTALL = "initramfs-boot initramfs-module-udev busybox ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" # Do not pollute the initrd image with rootfs features IMAGE_FEATURES = ""