Increase size of /boot for pinebookpro, rock64, and rockpro64

Size of two recent kernels and initramfs images exceeds 256M.
This commit is contained in:
Tim Sandquist 2023-02-26 10:02:58 -06:00
parent 4b290ca9ad
commit 1ba7a64596

View File

@ -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 64MiB boot partition