diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-03-17 20:27:45 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:08 +0100 |
| commit | a3f8f4436762cf92fcb82b17e5102b59c51d44fc (patch) | |
| tree | 242bb1a57ae64adf84c820fa8679d754d3b544c0 /scripts/live | |
| parent | d6140d8a052c7b43166a98b5c4f58dc74413693e (diff) | |
| download | live-boot-a3f8f4436762cf92fcb82b17e5102b59c51d44fc.tar.gz live-boot-a3f8f4436762cf92fcb82b17e5102b59c51d44fc.zip | |
Manually loading fuse when required.
Diffstat (limited to 'scripts/live')
| -rwxr-xr-x | scripts/live | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
