Adding btrfs support.
authorDaniel Baumann <daniel@debian.org>
Wed, 7 Jul 2010 11:44:12 +0000 (13:44 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 7 Jul 2010 18:12:10 +0000 (20:12 +0200)
hooks/live
scripts/live

index 4f11998..16a2d0c 100755 (executable)
@@ -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
index 11ad984..f5f4ad2 100755 (executable)
@@ -1595,6 +1595,7 @@ find_livefs ()
                                fi
                        done
                elif [ "${fstype}" = "squashfs" -o \
+                       "${fstype}" = "btrfs" -o \
                        "${fstype}" = "ext2" -o \
                        "${fstype}" = "ext3" -o \
                        "${fstype}" = "ext4" -o \