From 0e2b5af6fc0b1360d16dba79ac2808d62571e292 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Tue, 1 Aug 2023 23:38:06 +0200 Subject: [PATCH] use sysvinit --- recipes-core/images/core-image-recovery.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-core/images/core-image-recovery.bb b/recipes-core/images/core-image-recovery.bb index 3a3fe9e..5ff8261 100644 --- a/recipes-core/images/core-image-recovery.bb +++ b/recipes-core/images/core-image-recovery.bb @@ -2,8 +2,10 @@ DESCRIPTION = "Recovery initramfs image." -PACKAGE_INSTALL = "recovery-boot e2fsprogs kernel-modules busybox sysvinit sysvinit-inittab ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" +PACKAGE_INSTALL = "e2fsprogs kernel-modules busybox sysvinit sysvinit-inittab ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" + +IMAGE_INSTALL:append = "recovery-boot" # Do not pollute the initrd image with rootfs features IMAGE_FEATURES = ""