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

Support OEM systemd-sysext images and Flatcar extensions #1016

Merged
merged 2 commits into from
Sep 8, 2023

Commits on Sep 8, 2023

  1. Support OEM systemd-sysext images and Flatcar extensions

    The vendor tools on the OEM partition weren't updated. We now want to
    ship them as systemd-sysext images which we can easily update. This
    change extends the Flatcar A/B update mechanism to cover the OEM
    systemd-sysext images. The same mechanism is also able to support
    "official" Flatcar extensions, e.g., a ZFS extension.
    pothos committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    995ae2c View commit details
    Browse the repository at this point in the history
  2. GitHub Actions: Use correct version in kola run and skip update test

    The kola run didn't pick up the version that was set up in the build
    because the git changes from that step are lost.
    Redo the version setup in the kola run to use the same version, and
    skip the kola update test if no update payload can be found. In the
    future we should copy it over from the GitHub Action artifact.
    pothos committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ddb808f View commit details
    Browse the repository at this point in the history