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

make rootpath optional #187

Closed michaelolbrich closed 2 years ago

michaelolbrich commented 2 years ago

When none of the images need files from the rootpath, then make it optional. Some types never need it. For others the image must be explicitly marked as empty.

Fixes: #181

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