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

core/dracut/ignition-ostree: add ignition-ostree-sysusers service #774

Closed
wants to merge 3 commits into from

Commits on Dec 16, 2020

  1. core/dracut/ignition-ostree: add a bwrap-in-sysroot helper

    This introduces a new `coreos-sysroot-bwrap` helper in initramfs,
    for binaries that need to be executed with the final sysroot as
    a target, but before the pivot-root happens.
    lucab committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    36eafff View commit details
    Browse the repository at this point in the history
  2. core/dracut/ignition-ostree: add ignition-ostree-sysusers service

    This introduces a new `ignition-ostree-sysusers.service`, which takes
    care of poulating users and groups on the target sysroot before the
    Ignition `files` stage.
    lucab committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    b39c055 View commit details
    Browse the repository at this point in the history
  3. tests/ignition: check file ownership for system users

    This ensure that entries in Ignition configuration can reference
    system users even if not present in ostree commit (e.g. `zincati).
    lucab committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    dd25144 View commit details
    Browse the repository at this point in the history