diff options
-rwxr-xr-x | functions/losetup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |