Skip to content

Extend kickstart repodetect.sh for EL10 repositories #86

Description

@silug

Summary

simp-utils kickstart repo detection script only handles EL7/EL8.

Findings

  • Script docs and logic constrain supported versions to 7 and 8.
  • No case branch exists for version 10.

Evidence

  • simp-utils/share/ks/CentOS/repodetect.sh:11
  • simp-utils/share/ks/CentOS/repodetect.sh:62
  • simp-utils/share/ks/CentOS/repodetect.sh:87

Impact

Kickstart/bootstrap paths that call this script can fail on EL10 due to missing generated repo definitions.

Proposed Fix

Add version-10 branches and repo mappings for supported EL10 distros.

Definition of Done

repodetect.sh 10 ... produces valid repo entries and succeeds in EL10 install/bootstrap tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions