pengutronix / genimage

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

handle squashfs image size #172

Closed Villemoes closed 2 years ago

Villemoes commented 2 years ago

When generating a squashfs image as part of an overall image-hd build, the squashfs does not actually get included in the intended partitions. These are an attempt at fixing that. I've tested the patches by seeing that the sd card is now generated as expected, but I don't have time ATM to write proper unit tests for genimage itself.

Villemoes commented 2 years ago

Polite ping. We have some internal work that depends on this.