aboutsummaryrefslogtreecommitdiffstats
path: root/config/Config-images.in
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2019-06-22 08:13:09 +0200
committerPetr Štetiar <ynezz@true.cz>2019-06-25 14:12:21 +0000
commit469ba337a73586573699be3999bfdf6f9ebe404f (patch)
treef963dd156e56bcbbda8ab130253ed5e4e5ecc63e /config/Config-images.in
parent074f273efb54d5e2b66e86fb02fad84ed02971f7 (diff)
downloadupstream-469ba337a73586573699be3999bfdf6f9ebe404f.tar.gz
upstream-469ba337a73586573699be3999bfdf6f9ebe404f.tar.bz2
upstream-469ba337a73586573699be3999bfdf6f9ebe404f.zip
build: make TARGET_ROOTFS_PARTSIZE 128MiB by default
As we're now going to pad all images by default, lets decrease the default rootfs partition size from 256MiB to 128MiB in order to save some space. I'm keeping it above 100MiB in order to keep current behavior, where overlay filesystem is using F2FS. Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'config/Config-images.in')
-rw-r--r--config/Config-images.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-images.in b/config/Config-images.in
index bebfae9156..f8c3ad4016 100644
--- a/config/Config-images.in
+++ b/config/Config-images.in
@@ -268,7 +268,7 @@ menu "Target Images"
config TARGET_ROOTFS_PARTSIZE
int "Root filesystem partition size (in MB)"
depends on GRUB_IMAGES || USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_omap || TARGET_rb532 || TARGET_sunxi || TARGET_uml
- default 256
+ default 128
help
Select the root filesystem partition size.