[SCM] live-build branch, debian, updated. debian/3.0_a37-1-26-g739cd67
Daniel Baumann
daniel at debian.org
Mon Nov 14 11:49:19 UTC 2011
The following commit has been merged in the debian 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