many: allow configuration of weak dependency installation in installer environments (HMS-9964)#2091
Merged
supakeen merged 2 commits intoosbuild:mainfrom Jan 6, 2026
Merged
Conversation
76e9580 to
3039c62
Compare
Member
Author
|
Had to force push since there were conflicts due to the |
achilleas-k
previously approved these changes
Dec 16, 2025
3039c62 to
9c4c4bf
Compare
Member
Author
|
@achilleas-k @thozza had to force push again since there were conflicts in checksums again. |
thozza
previously approved these changes
Dec 17, 2025
9c4c4bf to
c1a0db1
Compare
Member
Author
Yea, I've rebased again and fixed up the checksums. |
Member
Author
|
With the latest rebase it seems there are many real failures in the CI that are unrelated to artifacts touched by this PR. I see CentOS qcow's failing on finding a disk in initramfs, and I see pxe-tar-xz failures in the 'disk.img is not in qcow2' format? @achilleas-k / @lzap just for your awareness. |
Contributor
|
Looking into qemu2 image format first: #2103 Not sure about that initramfs problem yet. I also see many FIPS failures as well. |
c1a0db1 to
ec5d2ed
Compare
By default we always installed weak dependencies in installers that use the Anaconda tree for their environment. This makes this configurable in the installer configuration in YAML. This is because I noticed that we can drop the installation of weak dependencies in Fedora's network installer (at a minimum). Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
Drop the weak dependency installation on the network installer for Fedora. This brings the filesize within 36 MiB to the currently Lorax-produced media. Previously the difference was ~200 MiB. The last bits will need to be addressed separately but this is already much more manageable. Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
ec5d2ed to
c3f6637
Compare
lzap
approved these changes
Jan 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR brings our
everything-network-installersize difference from ~200 MiB to just 36 MiB. 16 of which is probably due to packages that have grown post-release, and 20 of it is that we leaveefiboot.imglying around in the ISO. The last one I also plan to address.