File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ MENDER_PARTITION_ALIGNMENT = "4194304"
2323
2424# Mender storage total and data-partition size.
2525MENDER_BOOT_PART_SIZE_MB = "40"
26- MENDER_STORAGE_TOTAL_SIZE_MB = "1024 "
27- MENDER_DATA_PART_SIZE_MB = "512 "
26+ MENDER_STORAGE_TOTAL_SIZE_MB = "2048 "
27+ MENDER_DATA_PART_SIZE_MB = "1024 "
2828
2929# To be able to update the Linux kernel Mender
3030# uses an image that resides on the root file system and below line
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ MENDER_FEATURES_DISABLE_append = " mender-grub mender-image-uefi"
1414MENDER_PARTITION_ALIGNMENT = "4194304"
1515
1616# Mender storage total and data-partition size.
17- MENDER_STORAGE_TOTAL_SIZE_MB = "1024 "
18- MENDER_DATA_PART_SIZE_MB = "512 "
17+ MENDER_STORAGE_TOTAL_SIZE_MB = "2048 "
18+ MENDER_DATA_PART_SIZE_MB = "1024 "
1919
2020# To be able to update the Linux kernel Mender
2121# uses an image that resides on the root file system and below line
You can’t perform that action at this time.
0 commit comments