From d6140d8a052c7b43166a98b5c4f58dc74413693e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Mar 2010 20:26:13 +0100 Subject: [PATCH] Adding message to notify users when live-initramfs is falling back to unionfs-fuse. --- scripts/live | 3 +++ 1 file changed, 3 insertions(+) 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 ;; -- 2.1.4