-
Notifications
You must be signed in to change notification settings - Fork 198
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
Allow rpm-ostree to overlay (install) packages from modules #1864
Comments
See #1435 for the server-side support. I think this should still kinda work, it's just that rpm-ostree is not module-aware so it just treats the repo as any other and doesn't know the special
Use at your own risk though. Lack of native support for modules means you could get funky results. E.g. nothing stops rpm-ostree from flipflopping between a modular and non-modular version of the package. It just picks the highest NVR. (That might not be an issue though if you know that's always going to be the modular one). |
I somehow missed that, because I did not enable updates-modules' repo. Thank you, that is, for now, good enough for me. |
I wonder if we should now revert the disablement of the modular repos for FCOS/SB. |
Thanks folks for this issue. |
My vote is to leave it disabled by default for now due to the issue mentioned in #1864 (comment) (which I guess is the same as this issue). |
Host system details
Expected vs actual behavior
Expected:
Would you like to work on the issue?
I would, if I knew where to start.
The text was updated successfully, but these errors were encountered: