kumquat-buildroot/fs
Sébastien Szymanski c6bca8cef0 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>
2017-03-25 14:41:05 +01:00
..
axfs
cloop
cpio
cramfs
ext2 fs/ext2: Remove support for auto-calculation of rootfs size 2017-03-25 14:41:05 +01:00
initramfs
iso9660 fs/iso9660: doesn't support (grub2) EFI 2017-03-01 21:52:58 +01:00
jffs2
romfs
squashfs
tar fs/tar: make --no-recursion effective 2016-12-28 10:13:21 +01:00
ubifs
yaffs2
common.mk
Config.in