There is a .treeinfo generated by lorax. It lists these images:
.treeinfo
[images-armhfp] uinitrd = images/pxeboot/uInitrd uimage = images/pxeboot/uImage kernel = images/pxeboot/vmlinuz # exists initrd = images/pxeboot/initrd.img # exists [images-lpae-armhfp] uinitrd = images/pxeboot/uInitrd-lpae uimage = images/pxeboot/uImage-lpae kernel = images/pxeboot/vmlinuz-lpae # exists initrd = images/pxeboot/initrd-lpae.img # exists
The actual images generated are this:
initrd-lpae.img
initrd.img
vmlinuz
vmlinuz-lpae
When later the missing images are added to image manifest, pungi crashes when productmd fails to compute a checksum of non-existing file.
Later compose with the same configuration did not run into this problem.
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/pungi/pungi/issues/115
Please continue any further discussion there.