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

compose: Initial kickstart support #5119

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Commits on Oct 7, 2024

  1. compose: Initial kickstart support

    The treefile syntax is...ok, but it is bespoke to us and
    we never really emphasized its use outside of our sphere.
    
    As I'm looking at https://gitlab.com/fedora/bootc/tracker/-/issues/32
    I'd really like to expose something that has existing widespread
    use as a default entrypoint.
    
    kickstart is really old, long predating even virtualization.
    
    It has a decent set of features (includes, comments) as a baseline
    specifically as a mechanism to define package sets, it has key
    features we want:
    
    - turning off weak dependencies
    - excludes
    
    This is just a stub kickstart parser...the next step is to
    wire this up into the treefile.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a7a12d7 View commit details
    Browse the repository at this point in the history