From d9d38937e4594d2140003d4e3a96c4089766d549 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Tue, 1 Aug 2023 23:26:32 +0200 Subject: [PATCH] use sysvinit --- recipes-diya/initramfs/recovery-boot_0.1.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-diya/initramfs/recovery-boot_0.1.bb b/recipes-diya/initramfs/recovery-boot_0.1.bb index db712dc..fce0305 100644 --- a/recipes-diya/initramfs/recovery-boot_0.1.bb +++ b/recipes-diya/initramfs/recovery-boot_0.1.bb @@ -37,4 +37,7 @@ do_install() { # before even executing /init. install -d ${D}/dev mknod -m 622 ${D}/dev/console c 5 1 -} \ No newline at end of file +} + + +FILES:${PN} = "/init /init.d /dev" \ No newline at end of file