From: Paul Hänsch Date: Sun, 14 Dec 2025 14:26:36 +0000 (+0100) Subject: raspberry: proper boot partition size for initramfs X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=ed23188e7233a5586c2c9453dce4a7691d316063;p=blast raspberry: proper boot partition size for initramfs --- 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