From 85f8bcf2c67e7426aea94c6cd202d7f96d776f51 Mon Sep 17 00:00:00 2001 From: Tim Sandquist Date: Sun, 26 Feb 2023 10:02:58 -0600 Subject: [PATCH] Increase size of /boot for pinebookpro, rock64, and rockpro64 Size of two recent kernels and initramfs images exceeds 256M. --- mkimage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkimage.sh b/mkimage.sh index d678881..ddddf07 100755 --- a/mkimage.sh +++ b/mkimage.sh @@ -124,7 +124,7 @@ esac # fit at least 2 Kernels + initramfs case "$PLATFORM" in pinebookpro*|rock64*|rockpro64*) - : "${BOOT_FSSIZE:=256MiB}" + : "${BOOT_FSSIZE:=512MiB}" ;; esac # By default we build all platform images with a 256MiB boot partition