Set image size in bytes, so resulting file is 3 GiB and not 3 GB

This allows image to be flashed via fastboot, as it requires chunks
to be multiple of the block size 4096
This commit is contained in:
NeKit 2020-01-19 01:42:22 +01:00
parent 184b6638ed
commit 9a0f827da8

View file

@ -70,7 +70,7 @@ actions:
{{ if eq $output "image" }}
- action: image-file
imagename: {{ $image }}
imagesize: 3G
imagesize: 3221225472
fs: ext4
fsname: "gemian"