aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Stewart <alex.stewart@ni.com>2017-07-13 13:43:28 -0500
committerArmin Kuster <akuster808@gmail.com>2017-09-13 17:16:28 -0700
commite6fba09e12d1b19038e46cbf491c112de97bd2ec (patch)
tree67965ac0b6c98642f7c13bbd7c1ba90fa1d53616
parentcf75f4ec029bfdd4dc1d9591d7d697deb3a8d9fa (diff)
downloadmeta-openembedded-e6fba09e12d1b19038e46cbf491c112de97bd2ec.tar.gz
fuse: Correct runlevels and startup order
:**/fuse*.bb * Assert INITSCRIPT_PARAMS to install the fuse initscript according to its LSB header instead of defaults. Script now starts only during runlevel 'S'. * Also set priority to 03 such that fuse is loaded before udev. This enables systems which utilize udev to mount exfat and other fuse-provided filesystems as a part of the boot process. Natinst-CAR-ID: 630632 Signed-off-by: Alex Stewart <alex.stewart@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit a246dd26a5af8f9b23a98756ce0bcfc21d91a17e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb
index 153fcb4e0a..336281ca4b 100644
--- a/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb
+++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb
@@ -22,6 +22,7 @@ SRC_URI[sha256sum] = "6be9c0bff6af8c677414935f31699ea5a7f8f5f791cfa5205be02ea186
inherit autotools pkgconfig update-rc.d systemd
INITSCRIPT_NAME = "fuse"
+INITSCRIPT_PARAMS = "start 3 S . stop 20 0 6 ."
SYSTEMD_SERVICE_${PN} = ""