Merge branch 'master' into openelec-pvr-master

This commit is contained in:
Gujs 2011-04-17 21:13:38 +02:00
commit fe2e77ef6b

View File

@ -19,12 +19,9 @@
################################################################################ ################################################################################
# #
# starting bluetooth devices # mounting fuse filesystem
# #
# runlevels: openelec, textmode # runlevels: openelec, textmode
( progress "Starting Fuse"
progress "Starting Fuse"
modprobe fuse >/dev/null 2>&1
mount -t fusectl fusectl /sys/fs/fuse/connections >/dev/null 2>&1 mount -t fusectl fusectl /sys/fs/fuse/connections >/dev/null 2>&1
)&