Skip to content

Commit

Permalink
Manually loading fuse when required.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Mar 17, 2010
1 parent 9df7712 commit 40ee30d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/live
Expand Up @@ -1101,6 +1101,11 @@ setup_unionfs ()
;;
esac

if [ "${UNIONTYPE}" = unionfs-fuse ]
then
modprobe fuse
fi

# run-init can't deal with images in a subdir, but we're going to
# move all of these away before it runs anyway. No, we're not,
# put them in / since move-mounting them into / breaks mono and
Expand Down

0 comments on commit 40ee30d

Please sign in to comment.