Skip to content
Snippets Groups Projects

Backport v2024 <- v2025dev2: Extend boot partition size for RPi4

Merged Walter Lozano requested to merge wip/wlozano/rpi-image-layout-v2024 into apertis/v2024
1 file
+ 6
6
Compare changes
  • Side-by-side
  • Inline
+ 6
6
@@ -55,22 +55,22 @@ actions:
- name: boot
fs: ext2
start: 64M
end: 256M
end: 320M
flags: [ boot ]
- name: system
fs: ext4
start: 256M
start: 320M
{{ if eq $type "fixedfunction" }}
end: 3000M
end: 3064M
{{ else }}
end: 6000M
end: 6064M
{{ end }}
- name: general_storage
fs: ext4
{{ if eq $type "fixedfunction" }}
start: 3000M
start: 3064M
{{ else }}
start: 6000M
start: 6064M
{{ end }}
end: 100%
Loading