From ed23188e7233a5586c2c9453dce4a7691d316063 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Sun, 14 Dec 2025 15:26:36 +0100 Subject: [PATCH] raspberry: proper boot partition size for initramfs --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e0123fa..c450a3f 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,8 @@ BOOTSTRAP := http://deb.debian.org/debian PACKAGES := ${PACKAGES} apt busybox-static debian-archive-keyring init systemd # Partition Table (2M) + Boot Partition (126M)+ Root Partition + Slack Space (1M) = 2048M -BOOT_MB := 62 -ROOT_MB := 959 +BOOT_MB := 126 +ROOT_MB := 895 fstype := ext4 -- 2.39.5