Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packages: propagate excludes for installers #201

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

supakeen
Copy link
Member

Installers use installerPkgsKey to propagate packages necessary for the installer environment. This didn't send through excluded packages leading to depsolve failures on Fedora 40 where both sdubby and grubby are selected; but sdubby conflicts and should be excluded.

Installers use `installerPkgsKey` to propagate packages necessary for
the installer environment. This didn't send through excluded packages
leading to depsolve failures on Fedora 40 where both `sdubby` and
`grubby` are selected; but `sdubby` conflicts and should be excluded.
ondrejbudai
ondrejbudai previously approved these changes Oct 12, 2023
Copy link
Member

@ondrejbudai ondrejbudai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Splendid! Thanks for the quick fix!

achilleas-k
achilleas-k previously approved these changes Oct 12, 2023
thozza
thozza previously approved these changes Oct 12, 2023
Copy link
Member

@thozza thozza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

@supakeen
Copy link
Member Author

Disabled the auto-merge; this change breaks dracut as we unconditionally enable modules which are now not available due to excluded packages. I'll update the PR :)

We explicitly list dracut modules to be enabled, in the live-installer
package set we remove a few packages which make these modules
unavailable.
@thozza thozza added this pull request to the merge queue Oct 12, 2023
Merged via the queue into osbuild:main with commit 99be7ce Oct 12, 2023
9 checks passed
@supakeen supakeen deleted the propagate-excludes-for-installers branch October 12, 2023 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants