Skip to content

Commit

Permalink
increase default size of mender partitions
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Nov 14, 2024
1 parent a13f491 commit 2c81dd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/config/mender-raspberrypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ local_conf_header:
IMAGE_INSTALL:append = " kernel-image kernel-devicetree"
IMAGE_FSTYPES:remove = " rpi-sdimg"
SDIMG_ROOTFS_TYPE = "ext4"
MENDER_STORAGE_TOTAL_SIZE_MB = "2048"
MENDER_BOOT_PART_SIZE_MB = "64"
IMAGE_OVERHEAD_FACTOR = "1.0"
MENDER_DATA_PART_SIZE_MB ?= "512"
# Disable mender systemd dependency
MENDER_FEATURES_DISABLE:append = " mender-systemd"
Expand Down

0 comments on commit 2c81dd3

Please sign in to comment.