From: Daniel Baumann Date: Wed, 17 Mar 2010 19:26:13 +0000 (+0100) Subject: Adding message to notify users when live-initramfs is falling back to unionfs-fuse. X-Git-Tag: debian/2.0.15-1~199 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=d6140d8a052c7b43166a98b5c4f58dc74413693e;p=live-boot-grml.git 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 ;;