build-debian: Fix off-by-one introduced by previous commit

This commit is contained in:
Johan Gunnarsson 2019-05-19 13:29:11 +02:00
parent 78257de090
commit dd2f509e69
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ find debian ! -type d -printf "/%P\n" | sort > "/artifacts/${OS}-${DIST}-${ARCH}
# Make a ext4 filesystem of this and put it into the image
rm -f ext4.img
fallocate -l 1875MiB ext4.img
fallocate -l 1874MiB ext4.img
mkfs.ext4 -d debian ext4.img
gzip ext4.img