diff options
author | Daniel Baumann <daniel@debian.org> | 2011-11-04 13:45:37 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-11-04 13:45:37 +0100 |
commit | e92e0b7f4ae4911cc1fbe529897d51f7a31aa015 (patch) | |
tree | e8631c2833573af7f036b2c8d5927e79eb65f744 /functions | |
parent | cbd12a5efbea12f1afb2985bfe8a9e64ada075d4 (diff) | |
download | vyos-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')
-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 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" ;; *) |