mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-08 06:28:23 +01:00
use sysvinit
This commit is contained in:
parent
7660ef9437
commit
ab9e261c18
@ -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 ."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user