Skip to content

Commit

Permalink
balena-image-initramfs: raspberrypi4-64: extend initramfs size
Browse files Browse the repository at this point in the history
The latest layers updates have reached the maximum size. This increase
should not affect existing devices as long as the new kernel plus
initramfs bundle still fits in the existing partitions.

Changelog-entry: extend initramfs size for raspberrypi4-64
Signed-off-by: Alex Gonzalez <alexg@balena.io>
  • Loading branch information
alexgg committed Aug 7, 2024
1 parent 4b695fa commit ecc7626
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ IMAGE_ROOTFS_MAXSIZE:raspberrypicm4-ioboard-sb = "51200"

# increase initramfs maxsize to 40 MiB
IMAGE_ROOTFS_MAXSIZE:raspberrypi5 = "40960"
IMAGE_ROOTFS_MAXSIZE:raspberrypi4-64 = "40960"

0 comments on commit ecc7626

Please sign in to comment.