fix: missing install links#7572
Merged
Obihoernchen merged 5 commits intoMay 11, 2026
Merged
Conversation
Add compute and service profile symlinks for alma10, following the existing pattern used by alma8 and alma9. Also add the missing dracut_105 symlink required by EL10's dracut v107. Tested with BIOS and UEFI stateless provisioning on AlmaLinux 10.1.
Match Rocky Linux 10 ppc64le coverage for AlmaLinux 10.
Add compute and service profile symlinks for ol10 x86_64 and the missing dracut_105 symlink required by EL10's dracut v107.
Create proper rhels10 versions of exlist, postinstall, service pkglist, and service otherpkgs files instead of reusing rhels9. Key differences from rhels9: - service otherpkgs: xcat-dep path rh9 -> rh10 - service pkglist: drop dhclient (NetworkManager handles DHCP) Compute exlist and postinstall are identical to rhels9 for now but kept separate to allow EL10-specific changes without affecting EL9.
Update all alma10, ol10, and rocky10 netboot symlinks to reference the new rhels10 base files. Fixes service otherpkgs pointing to wrong xcat-dep path (rh9 instead of rh10).
Obihoernchen
approved these changes
May 11, 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 fixes an oversight when creating the links for the EL10 clones. The issue was caught during integration testing ahead of the 2.18 release.