eg. https://pagure.io/pungi/blob/master/f/pungi/phases/buildinstall.py#_793 only installs lorax for the lorax method. Some users may wish to customize lorax's behavior using other template packages than the generic one that is shipped with lorax.
It would be nice if there was some way to configure pungi's behavior so that they could specify other packages to be included when a method is selected. eg. lorax-templates-rhel
This is already possible, though not easy to discover. In the variants file there can be a section
<buildinstallpackages> <package>lorax-templates-rhel</package> … </buildinstallpackages>
This should be documented.
Disregard the comment above please. I misunderstood.
The existinting feature allows installing arbitrary packages in the created image (lorax --package=X), while the request is to install packages in the environment where lorax itself is running.
lorax --package=X
Commit 42f668d9 fixes this issue
Metadata Update from @hlin: - Issue set to the milestone: 4.3.3
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/pungi/pungi/issues/1461
Please continue any further discussion there.