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:
parent
184b6638ed
commit
9a0f827da8
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ actions:
|
||||||
{{ if eq $output "image" }}
|
{{ if eq $output "image" }}
|
||||||
- action: image-file
|
- action: image-file
|
||||||
imagename: {{ $image }}
|
imagename: {{ $image }}
|
||||||
imagesize: 3G
|
imagesize: 3221225472
|
||||||
fs: ext4
|
fs: ext4
|
||||||
fsname: "gemian"
|
fsname: "gemian"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue