diff options
| author | Changqing Li <changqing.li@windriver.com> | 2024-05-23 13:56:08 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-23 16:17:12 -0700 |
| commit | f397be4a72e4dc27efa11e1812c7c5115f94f87f (patch) | |
| tree | 399fcd2e02262ddf31872d6385159bec54013174 /meta-oe/recipes-support/fuse/fuse3 | |
| parent | 14f9af8522b0e488d8aac178437a0ffce29b173e (diff) | |
| download | meta-openembedded-f397be4a72e4dc27efa11e1812c7c5115f94f87f.tar.gz | |
fuse3: remove sysv init script and install fuse kernel module explictly
For systemd, there is not a fuse.service since systemd provides
sys-fs-fuse-connections.mount to mount the fuse control filesystem, so
instead, only fuse3.conf is added to modules-load.d to load the required
fuse kernel module.
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/fuse/fuse3')
| -rw-r--r-- | meta-oe/recipes-support/fuse/fuse3/fuse3.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/fuse/fuse3/fuse3.conf b/meta-oe/recipes-support/fuse/fuse3/fuse3.conf new file mode 100644 index 0000000000..a517c488f3 --- /dev/null +++ b/meta-oe/recipes-support/fuse/fuse3/fuse3.conf | |||
| @@ -0,0 +1 @@ | |||
| fuse | |||
