[SCM] live-boot branch, debian-next, updated. debian/2.0_a11-1-5-gcc71f16

Daniel Baumann daniel at debian.org
Wed Jul 7 11:45:02 UTC 2010


The following commit has been merged in the debian-next branch:
commit cc71f16643022142417303d0b067e470aad4075f
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Jul 7 13:44:12 2010 +0200

    Adding btrfs support.

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 \

-- 
live-boot



More information about the debian-live-changes mailing list