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