mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fuse: dont need to load fuse module anymore, dont start in background, cleanup
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e196568f6a
commit
3032f3c6b0
@ -19,12 +19,9 @@
|
||||
################################################################################
|
||||
|
||||
#
|
||||
# starting bluetooth devices
|
||||
# mounting fuse filesystem
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
(
|
||||
progress "Starting Fuse"
|
||||
modprobe fuse >/dev/null 2>&1
|
||||
mount -t fusectl fusectl /sys/fs/fuse/connections >/dev/null 2>&1
|
||||
)&
|
||||
progress "Starting Fuse"
|
||||
mount -t fusectl fusectl /sys/fs/fuse/connections >/dev/null 2>&1
|
Loading…
x
Reference in New Issue
Block a user