fs/ext2: Remove support for auto-calculation of rootfs size
authorSébastien Szymanski <sebastien.szymanski@armadeus.com>
Fri, 24 Mar 2017 16:20:29 +0000 (17:20 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 25 Mar 2017 13:41:05 +0000 (14:41 +0100)
commitc6bca8cef0310bc649240b451989457ce94a8358
treec209d47ebb167a157caea45d9b04ca95ef8915d5
parenta655a74d1aaf77ea5e38b5965f9e0b8aac7681b7
fs/ext2: Remove support for auto-calculation of rootfs size

Auto-calculation of the rootfs size cannot be done in a reliable way
as it depends on the host filesystem and is broken on non ext4 host
(see bugs [1] [2]). So let the user specify the size he wants for his
rootfs.

[1] https://bugs.busybox.net/show_bug.cgi?id=8831
[2] https://bugs.busybox.net/show_bug.cgi?id=9496

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
[Thomas: as suggested by Arnout, use 60 MB as the default size instead
of 64 MB.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in.legacy
fs/ext2/Config.in
fs/ext2/ext2.mk
package/mke2img/mke2img