summaryrefslogtreecommitdiff
path: root/scripts/live
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-03-17 20:26:13 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:07 +0100
commitd6140d8a052c7b43166a98b5c4f58dc74413693e (patch)
tree7635a995d700b0a0b80cda944537e4606ad8bc03 /scripts/live
parent296fdd54014a586bec8005b8451fbce0e3cc5460 (diff)
downloadlive-boot-d6140d8a052c7b43166a98b5c4f58dc74413693e.tar.gz
live-boot-d6140d8a052c7b43166a98b5c4f58dc74413693e.zip
Adding message to notify users when live-initramfs is falling back to unionfs-fuse.
Diffstat (limited to 'scripts/live')
-rwxr-xr-xscripts/live3
1 files changed, 3 insertions, 0 deletions
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
;;