#115 .treeinfo does not match generated data
Closed: Invalid None Opened 8 years ago by lsedlar.

There is a .treeinfo generated by lorax. It lists these images:

[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.

Login to comment on this ticket.

Metadata