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

buildextend-live: add coreos-installer config directives to feature map #3083

Merged
merged 2 commits into from
Sep 9, 2022
Merged

buildextend-live: add coreos-installer config directives to feature map #3083

merged 2 commits into from
Sep 9, 2022

Commits on Sep 7, 2022

  1. buildextend-live: hardcode old feature flags

    Drop checks for older features and assume they always exist now.
    bgilbert committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    901d8f2 View commit details
    Browse the repository at this point in the history
  2. buildextend-live: add coreos-installer config directives to feature map

    On a coreos-installer new enough to ship example-config.yaml, parse that
    file from the image and convert it to a map of supported directives in
    features.json.  coreos-installer iso/pxe customize can use this to decide
    whether it can safely use a directive, without us having to manually add a
    new feature flag every time.
    
    xref coreos/coreos-installer@ae860c53
    bgilbert committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    c248d5f View commit details
    Browse the repository at this point in the history