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

use sysvinit

This commit is contained in:
DanyLE 2023-08-01 23:25:24 +02:00
parent 7660ef9437
commit ab9e261c18

View File

@ -8,7 +8,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
PR = "r4"
inherit allarch useradd update-rc.d
inherit allarch update-rc.d
SRC_URI = "file://init \
file://confd \
@ -16,11 +16,6 @@ SRC_URI = "file://init \
S = "${WORKDIR}"
USERADD_PACKAGES = "${PN}"
GROUPADD_PACKAGES = "${PN}"
USERADD_PARAM:${PN} = "-u 0 -d /root -r -s /bin/sh root"
INITSCRIPT_NAME = "confd"
INITSCRIPT_PARAMS = "start 30 S ."