diff options
author | Alex Stewart <alex.stewart@ni.com> | 2017-07-13 13:43:28 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-24 18:57:33 +0200 |
commit | a246dd26a5af8f9b23a98756ce0bcfc21d91a17e (patch) | |
tree | a5c999727b29d99d4a1ce50f4561177d5faf1ef3 /meta-filesystems/recipes-support | |
parent | 0dbf4e876d3bc086a05f762894a8878b64d3c5d2 (diff) | |
download | meta-openembedded-a246dd26a5af8f9b23a98756ce0bcfc21d91a17e.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>
Diffstat (limited to 'meta-filesystems/recipes-support')
-rw-r--r-- | meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb index 000a6e285..202d4c3eb 100644 --- a/meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb +++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb | |||
@@ -22,6 +22,7 @@ SRC_URI[sha256sum] = "832432d1ad4f833c20e13b57cf40ce5277a9d33e483205fc63c78111b3 | |||
22 | inherit autotools pkgconfig update-rc.d systemd | 22 | inherit autotools pkgconfig update-rc.d systemd |
23 | 23 | ||
24 | INITSCRIPT_NAME = "fuse" | 24 | INITSCRIPT_NAME = "fuse" |
25 | INITSCRIPT_PARAMS = "start 3 S . stop 20 0 6 ." | ||
25 | 26 | ||
26 | SYSTEMD_SERVICE_${PN} = "" | 27 | SYSTEMD_SERVICE_${PN} = "" |
27 | 28 | ||