openwrt/config
Jo-Philipp Wich dc6cc04016 config: ext4: increase x86 rootfs size to 2GB to support online resize2fs
The current default rootfs size of 256MB in conjunction with 4K blocks
produces an ext4 filesystem which lacks the appropriate amount of backup GDT
entries to support online-resizing.

For x86 targets, increase the default rootfs size to 2048MB which allows
online resizing the filesystem to up to 2TB which is the current theoretical
maximum for LEDE, due to missing GPT support on the root block device.

Note that the filesystem artefact will not occupy 2GB on the build system as
the make_ext4fs utility uses sparse files to generate the filesystem images,
so the actual disk usage is much lower. Furthermore the filesystem images
are gzip compressed, shrinking them to only a few megabytes on the download
server.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Acked-by: Michael Heimpold <mhei@heimpold.de>
2016-10-27 19:24:38 +02:00
..
Config-build.in config: enable shadow passwords unconditionally 2016-09-26 17:57:56 +02:00
Config-devel.in build: don't add -fno-plt for ARC 2016-02-07 13:29:16 +00:00
Config-images.in config: ext4: increase x86 rootfs size to 2GB to support online resize2fs 2016-10-27 19:24:38 +02:00
Config-kernel.in Add config symbols for kernel keyring support 2016-09-02 14:43:52 +02:00