Bug 1335160
Summary: | Not all Lorax-generated content is tracked by metadata | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jeremy Cline <jcline> |
Component: | lorax | Assignee: | Brian Lane <bcl> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | anaconda-maint-list, bcl |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | lorax-25.6-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-06-15 23:44:39 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jeremy Cline
2016-05-11 13:02:54 UTC
Not all the content of the tree/iso is tracked by .treeinfo (eg. EFI and isolinux are for the boot.iso) but there are a few things that were missing from lorax's .treeinfo, take a look at this patch: https://github.com/rhinstaller/lorax/pull/122 which adds the efiboot, macboot, product, and updates images (if they exist) to the file. Thanks for the quick turn-around! That looks good to me. Is there any metadata that does reference the files in the EFI and isolinux directories? Do we, when mirroring a tree, not need those directories? Sorry for the basic questions, I'm still getting a handle on how everything comes together in a tree. No, those directories are not needed when mirroring things. Everything needed for PXE booting, for example, is referenced by .treeinfo The basic tree is created by lorax and is actually the content of the boot.iso. Dor the DVD's and the full package tree pungi extends that and adds additional information to .treeinfo like the checksums. Okay, great to know. Thanks so much! |