1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-07-03 07:59:47 +02:00

use sysvinit

This commit is contained in:
DanyLE 2023-08-01 23:23:18 +02:00
parent 6436a22054
commit 7660ef9437

View File

@ -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"
}