From ddd5d379a32fe753021d2aaaafe199c48aada21d Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Tue, 26 Jul 2016 12:46:36 +0200 Subject: [PATCH] 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 --- meta-digi-dey/recipes-core/busybox/busybox_1.23.2.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-dey/recipes-core/busybox/busybox_1.23.2.bbappend b/meta-digi-dey/recipes-core/busybox/busybox_1.23.2.bbappend index 89ba06284..f7b942600 100644 --- a/meta-digi-dey/recipes-core/busybox/busybox_1.23.2.bbappend +++ b/meta-digi-dey/recipes-core/busybox/busybox_1.23.2.bbappend @@ -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"