From a3f8f4436762cf92fcb82b17e5102b59c51d44fc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Mar 2010 20:27:45 +0100 Subject: [PATCH] Manually loading fuse when required. --- scripts/live | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/live b/scripts/live index 4833d99..0fb6adf 100755 --- a/scripts/live +++ b/scripts/live @@ -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 -- 2.1.4