pc_x86_64_bios_defconfig: increase ext2 filesystem size
authorArnout Vandecappelle <arnout@mind.be>
Fri, 14 Apr 2017 21:26:04 +0000 (23:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 15 Apr 2017 08:35:42 +0000 (10:35 +0200)
commit9c393ad2fdd2bb6a0955d91bc3d72741b9487b78
tree073c2d77fbe7833283e660b4446c3b39bc088fba
parent7eac5601849d42e396b34033e74fcfababa0f3aa
pc_x86_64_bios_defconfig: increase ext2 filesystem size

Since commit c6bca8cef0 removed autocalculation of the ext2 filesystem
size, the default size is now set to 60MB. However, this is too small
for pc_x86_64_bios_defconfig. Indeed, the ext2 filesystem contains the
kernel (4MB), the wireless modules (4MB), all firmware for wireless
modules (40MB), and the wifi userspace (9MB) and the udev hwdb (5MB)
which brings the total to 70MB.

Increase the filesystem size to 120000K, which is a nice and round
number and leaves enough space for overhead on a 128MB flash drive.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
configs/pc_x86_64_bios_defconfig