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

systemd: use bootconfig for unified cgroup hierarchy #3886

Merged

Commits on Apr 10, 2024

  1. systemd: use bootconfig for unified cgroup hierarchy

    Instead of changing the way that systemd is compiled based on the
    image feature flag, the expected init parameter can be added to a
    bootconfig drop-in.
    
    The systemd package now requires one of the cgroup hierarchy packages
    when installing as part of a variant image build, so that the build
    will fail if neither can be installed rather than falling back to the
    default behavior.
    
    If necessary, the cgroup hierarchy setting can still be overridden at
    runtime or by replacing the default bootconfig file.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    bac6f6e View commit details
    Browse the repository at this point in the history