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-hd: fix offset in case of no offset/partition table #23

Closed Bastian-Krause closed 6 years ago

Bastian-Krause commented 6 years ago

This lead to an accidental offset, ultimatively leading to not bootable hd images.

Fixes: 5d3fd814bd23 ("image-hd: fix offset validation") Signed-off-by: Bastian Stender bst@pengutronix.de

michaelolbrich commented 6 years ago

Looks good. We should have some tests for this stuff,