pengutronix / genimage

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

image-erofs: introduce basic support for erofs #247

Open ee-smuxel opened 3 months ago

ee-smuxel commented 3 months ago

Erofs is a read-only file-system supported by the Linux Kernel since version 5.4.

This patchset adds basic support, a test & documentation for the filesystem. I'm tempted to add some of the command-line options as dedicated config nodes, but i'm unsure if it should be done.

I'm also not 100% sure about the testcase so i'm happy for comments