From 9a0f827da83c5b5b1f104bb49f1738aa45a8963f Mon Sep 17 00:00:00 2001 From: NeKit Date: Sun, 19 Jan 2020 01:42:22 +0100 Subject: [PATCH] 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 --- cosmopda.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmopda.yaml b/cosmopda.yaml index 61c411e..187a7ac 100644 --- a/cosmopda.yaml +++ b/cosmopda.yaml @@ -70,7 +70,7 @@ actions: {{ if eq $output "image" }} - action: image-file imagename: {{ $image }} - imagesize: 3G + imagesize: 3221225472 fs: ext4 fsname: "gemian"