build-debian: Fix off-by-one introduced by previous commit
This commit is contained in:
parent
78257de090
commit
dd2f509e69
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue