[SCM] live-initramfs branch, master, updated. debian/1.173.5-1-10-ga822288

Daniel Baumann daniel at debian.org
Wed Mar 17 19:32:11 UTC 2010


The following commit has been merged in the master branch:
commit a82228828a53c8ac6de5eee3ed5f8b5c5700b6e9
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Mar 17 20:27:45 2010 +0100

    Manually loading fuse when required.

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

-- 
live-initramfs



More information about the debian-live-changes mailing list