Skip to content

Commit

Permalink
Increase size of /boot
Browse files Browse the repository at this point in the history
Size of two linux6.1 kernels and initramfs images exceeds 256M.
  • Loading branch information
tsndqst committed Feb 26, 2023
1 parent 68b2bed commit 5e7bdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkimage.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ esac
# fit at least 2 Kernels + initramfs
case "$PLATFORM" in
pinebookpro*|rock64*|rockpro64*)
: "${BOOT_FSSIZE:=256MiB}"
: "${BOOT_FSSIZE:=384MiB}"
;;
esac
# By default we build all platform images with a 64MiB boot partition
Expand Down

0 comments on commit 5e7bdf1

Please sign in to comment.