1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-10-01 21:26:40 +02:00

use sysvinit

This commit is contained in:
DanyLE 2023-08-01 23:26:32 +02:00
parent ab9e261c18
commit d9d38937e4

View File

@ -37,4 +37,7 @@ 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"