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:
parent
20d3ef51ba
commit
212e5bedd3
|
@ -68,7 +68,7 @@ Calculate_partition_size ()
|
|||
|
||||
case "${FILESYSTEM}" in
|
||||
ext2|ext3|ext4)
|
||||
PERCENT="5"
|
||||
PERCENT="6"
|
||||
;;
|
||||
*)
|
||||
PERCENT="3"
|
||||
|
|
Loading…
Reference in New Issue