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.
This commit is contained in:
Raphaël Hertzog 2013-02-21 09:04:28 +01:00 committed by Daniel Baumann
parent 20d3ef51ba
commit 212e5bedd3
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Calculate_partition_size ()
case "${FILESYSTEM}" in
ext2|ext3|ext4)
PERCENT="5"
PERCENT="6"
;;
*)
PERCENT="3"