summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-07-07 13:44:12 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:53:26 +0100
commitc29d70481a4092af1cb32f85b050fdd4d5757e29 (patch)
treed6e61b5577e17da575a378b09d33996580e593c1
parent80026078c1da55cfe3aee0fd98ea791a8b6f1ecf (diff)
downloadlive-boot-c29d70481a4092af1cb32f85b050fdd4d5757e29.tar.gz
live-boot-c29d70481a4092af1cb32f85b050fdd4d5757e29.zip
Adding btrfs support.
-rwxr-xr-xhooks/live3
-rwxr-xr-xscripts/live1
2 files changed, 4 insertions, 0 deletions
diff --git a/hooks/live b/hooks/live
index 4f11998..16a2d0c 100755
--- a/hooks/live
+++ b/hooks/live
@@ -84,6 +84,9 @@ then
uuidgen -r > "${DESTDIR}"/conf/uuid.conf
fi
+# Filesystem: btrfs
+manual_add_modules btrfs
+
# Filesystem: cifs
if [ -x /sbin/mount.cifs ]
then
diff --git a/scripts/live b/scripts/live
index 11ad984..f5f4ad2 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1595,6 +1595,7 @@ find_livefs ()
fi
done
elif [ "${fstype}" = "squashfs" -o \
+ "${fstype}" = "btrfs" -o \
"${fstype}" = "ext2" -o \
"${fstype}" = "ext3" -o \
"${fstype}" = "ext4" -o \