recipes-core: busybox: start syslog at a very early state
Start syslog earlier (from 20 to 02) so it is running and other init scripts can use it to log into the system like the S03networking script. https://jira.digi.com/browse/DEL-2812 Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
a8bec40bea
commit
ddd5d379a3
|
|
@ -38,6 +38,9 @@ FILES_${PN}-acpid = " ${sysconfdir}/init.d/busybox-acpid \
|
|||
INITSCRIPT_PACKAGES =+ "${PN}-acpid"
|
||||
INITSCRIPT_NAME_${PN}-acpid = "busybox-acpid"
|
||||
|
||||
# Start busybox-syslog at a very early state
|
||||
INITSCRIPT_PARAMS_${PN}-syslog = "defaults 02"
|
||||
|
||||
# static-nodes package (create static nodes from /etc/device_table)
|
||||
PACKAGES =+ "${PN}-static-nodes"
|
||||
FILES_${PN}-static-nodes = "${sysconfdir}/init.d/busybox-static-nodes"
|
||||
|
|
|
|||
Loading…
Reference in New Issue