Increase size of /boot for pinebookpro, rock64, and rockpro64
Size of two recent kernels and initramfs images exceeds 256M.
This commit is contained in:
parent
9027ab13cd
commit
85f8bcf2c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue