[oe-commits] [meta-openembedded] 07/67: fuse: Correct runlevels and startup order

git at git.openembedded.org git at git.openembedded.org
Wed Jul 19 12:51:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 86f964986a8db5bbd30c5551d81ab6adf3f01cdf
Author: Alex Stewart <alex.stewart at ni.com>
AuthorDate: Thu Jul 13 13:43:28 2017 -0500

    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 at ni.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb | 1 +
 1 file changed, 1 insertion(+)

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 000a6e2..202d4c3 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
 inherit autotools pkgconfig update-rc.d systemd
 
 INITSCRIPT_NAME = "fuse"
+INITSCRIPT_PARAMS = "start 3 S . stop 20 0 6 ."
 
 SYSTEMD_SERVICE_${PN} = ""
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list