summaryrefslogtreecommitdiff
path: root/functions/losetup.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-11-04 13:45:37 +0100
committerDaniel Baumann <daniel@debian.org>2011-11-04 13:45:37 +0100
commite92e0b7f4ae4911cc1fbe529897d51f7a31aa015 (patch)
treee8631c2833573af7f036b2c8d5927e79eb65f744 /functions/losetup.sh
parentcbd12a5efbea12f1afb2985bfe8a9e64ada075d4 (diff)
downloadvyos-live-build-e92e0b7f4ae4911cc1fbe529897d51f7a31aa015.tar.gz
vyos-live-build-e92e0b7f4ae4911cc1fbe529897d51f7a31aa015.zip
Also setting 5% margin for ext4 images, thanks to Neil Wilson <neil@aldur.co.uk> for spotting it (Closes: #647601).
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"
;;
*)