From 212e5bedd3ad9f875ea9428b9befc602c3819e3f Mon Sep 17 00:00:00 2001 From: Raphaƫl Hertzog Date: Thu, 21 Feb 2013 09:04:28 +0100 Subject: Increasing oversizing factor of ext* filesystems from 5 to 6%. At least on armel with ext4, 5% turned out to not be enough in some use cases. With 6% the failure was gone. --- functions/losetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions/losetup.sh b/functions/losetup.sh index 3b389c3cf..ec727f8ba 100755 --- a/functions/losetup.sh +++ b/functions/losetup.sh @@ -68,7 +68,7 @@ Calculate_partition_size () case "${FILESYSTEM}" in ext2|ext3|ext4) - PERCENT="5" + PERCENT="6" ;; *) PERCENT="3" -- cgit v1.2.3