summaryrefslogtreecommitdiff
path: root/functions/losetup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/losetup.sh')
-rwxr-xr-xfunctions/losetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/losetup.sh b/functions/losetup.sh
index 6089e099a..df3a97f35 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"
;;
*)