[SCM] live-build branch, debian-next, updated. debian/3.0_a37-1-13-ge92e0b7

Daniel Baumann daniel at debian.org
Fri Nov 4 12:45:59 UTC 2011


The following commit has been merged in the debian-next branch:
commit e92e0b7f4ae4911cc1fbe529897d51f7a31aa015
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Nov 4 13:45:37 2011 +0100

    Also setting 5% margin for ext4 images, thanks to Neil Wilson <neil at aldur.co.uk> for spotting it (Closes: #647601).

diff --git a/functions/losetup.sh b/functions/losetup.sh
index 6089e09..df3a97f 100755
--- a/functions/losetup.sh
+++ b/functions/losetup.sh
@@ -67,7 +67,7 @@ Calculate_partition_size ()
 	FILESYSTEM="${2}"
 
 	case "${FILESYSTEM}" in
-		ext2|ext3)
+		ext2|ext3|ext4)
 			PERCENT="5"
 			;;
 		*)

-- 
live-build



More information about the debian-live-changes mailing list