Adding message to notify users when live-initramfs is falling back to unionfs-fuse.
authorDaniel Baumann <daniel@debian.org>
Wed, 17 Mar 2010 19:26:13 +0000 (20:26 +0100)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:07 +0000 (17:48 +0100)
scripts/live

index 3e7ed03..4833d99 100755 (executable)
@@ -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
                        ;;