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