[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 f6e88c66d24834a9aecc4a0856cba2f85d598f04
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Mar 17 20:26:13 2010 +0100
    Adding message to notify users when live-initramfs is falling back to unionfs-fuse.
diff --git a/scripts/live b/scripts/live
index 3e7ed03..4833d99 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1093,6 +1093,9 @@ setup_unionfs ()
 
 			if ! cut -f2 /proc/filesystems | grep -q "^${UNIONTYPE}\$" && [ -x /bin/unionfs-fuse ]
 			then
+				echo "${UNIONTYPE} not available, falling back to unionfs-fuse."
+				echo "This might be really slow."
+
 				UNIONTYPE="unionfs-fuse"
 			fi
 			;;
-- 
live-initramfs
    
    
More information about the debian-live-changes
mailing list