Revert "fuse: start init scripts on RUNLEVEL=boot"

This reverts commit d51f70da6a4a686273cd44892d3673818b608588.
This commit is contained in:
Stephan Raue 2011-09-12 19:23:57 +02:00
parent 76c342d13f
commit be428616c6

View File

@ -23,12 +23,5 @@
#
# runlevels: openelec, textmode
case $RUNLEVEL in
boot)
progress "Starting Fuse"
mount -t fusectl fusectl /sys/fs/fuse/connections >/dev/null 2>&1
;;
poweroff|reboot)
;;
esac
progress "Starting Fuse"
mount -t fusectl fusectl /sys/fs/fuse/connections >/dev/null 2>&1