Skip to content

Commit

Permalink
balena-image-initramfs: Increase initramfs max size
Browse files Browse the repository at this point in the history
With the move to kirkstone the initramfs size has increased. This increase
should not reduce too much the available space in the rootfs partition
where the initramfs bundled kernel is located.

Signed-off-by: Florin Sarbu <florin@balena.io>
  • Loading branch information
floion committed Jun 18, 2024
1 parent b8cc339 commit 3247138
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ PACKAGE_INSTALL:remove:nitrogen8mm = " initramfs-module-recovery"
PACKAGE_INSTALL:remove:nitrogen8mm = " initramfs-module-migrate"

PACKAGE_INSTALL:remove = "mdraid"

# increase the allowed initramfs size
IMAGE_ROOTFS_MAXSIZE:imx8mm-lpddr4-evk = "51200"

0 comments on commit 3247138

Please sign in to comment.