package/mke2img: add option to specify block size
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 3 Jul 2017 22:51:01 +0000 (00:51 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 4 Jul 2017 06:50:40 +0000 (08:50 +0200)
commit221808810d546e6808c48ec09383bd161d995be5
tree88038a94d17a42c0024debf2083856ac34f33513
parentddecc7dcb2fb584540b4160b7a1e89e5d75b47ea
package/mke2img: add option to specify block size

ext filesystems can use a block size of 1024, 2048, or 4096 bytes, the
former being interesting to store small files, while the latter being
more intersting to store bigger files.

So far, we were using the default, which was to use a 1024-byte block.
Continue doing so (for now...).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
fs/ext2/ext2.mk
package/mke2img/mke2img