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

Add and use helper function to initialize an image #186

Closed michaelolbrich closed 2 years ago

michaelolbrich commented 2 years ago

So far, each image type has its own initialization code. This creates a helper function for this and starts using it.