Skip to content
Snippets Groups Projects
Commit d3918da6 authored by Sjoerd Simons's avatar Sjoerd Simons
Browse files

Polish the u-boot image recipe a bit


Make the image recipe for the minimal image just be 4G for easy
readability rather then a size in bytes. Also start the general
partition directly after the system one, making the layout internally
consistent. Potential future tweak would be to sync the uefi and the
u-boot layouts a bit more but that really has no big practical impact

Signed-off-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
parent df25d980
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ actions:
- action: image-partition
imagename: {{ $image }}
{{ if eq $type "minimal" }}
imagesize: 4294967296
imagesize: 4G
{{ else }}
imagesize: 15G
{{end}}
......@@ -54,7 +54,7 @@ actions:
{{ if eq $type "minimal" }}
start: 1024M
{{ else }}
start: 8672M
start: 8192M
{{end}}
end: -4M
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment