From 1b802e100bcc5949d85ffc39bfae141c59c4e426 Mon Sep 17 00:00:00 2001 From: Diederik de Haas Date: Fri, 19 Feb 2021 11:41:43 +0100 Subject: [PATCH] Start first partition at 4MiB for proper alignment. See https://www.gnu.org/software/parted/manual/html_node/mkpart.html#FOOT2 which then points to Arnd Bergmann's article on LWN: https://lwn.net/Articles/428584/ Signed-off-by: Diederik de Haas --- raspi_master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspi_master.yaml b/raspi_master.yaml index 2c27894..a967e53 100644 --- a/raspi_master.yaml +++ b/raspi_master.yaml @@ -10,7 +10,7 @@ steps: - mkpart: primary fs-type: 'fat32' device: "{{ output }}" - start: 0% + start: 4MiB end: 20% tag: /boot