pengutronix / genimage

tool to generate multiple filesystem and flash images from a tree
GNU General Public License v2.0
308 stars 110 forks source link

image-ext2: always use inode size 256 with mke2fs #100

Closed michaelolbrich closed 4 years ago

michaelolbrich commented 4 years ago

This is necessary for 64 bit timestamps. Those are needed to handle the year 2038 problem.

This is necessary for smaller filesystems because mke2fs uses the 'usage-type' 'small' by default for filesystems smaller than 512MB. This includes a 128 inode size.

Signed-off-by: Michael Olbrich m.olbrich@pengutronix.de