From b81aa803012287fe42783ede8c4cbf64199c7ecd Mon Sep 17 00:00:00 2001 From: Diederik de Haas Date: Mon, 31 Oct 2022 00:00:57 +0100 Subject: [PATCH] Enlarge firmware partition to 508MB The firmware partition holds a copy of the initramfs and the kernel and over the years we have seen a steady increase in its sizes. Resizing the firmware partition later on is cumbersome as the root partition follows directly, so it's better to make the firmware partition not too small. A size of 508MB should be enough to accommodate 4-5 kernels+initramfs, which seems desirable. --- raspi_master.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/raspi_master.yaml b/raspi_master.yaml index f8cc573..896447b 100644 --- a/raspi_master.yaml +++ b/raspi_master.yaml @@ -12,12 +12,12 @@ steps: fs-type: 'fat32' device: "{{ output }}" start: 4MiB - end: 300MiB + end: 512MiB tag: /boot - mkpart: primary device: "{{ output }}" - start: 300MiB + start: 512MiB end: 100% tag: /