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

install: Just check if we're pid1 #201

Merged
merged 1 commit into from
Nov 11, 2023
Merged

Commits on Nov 11, 2023

  1. install: Just check if we're pid1

    I'm working on a buildsystem where we run a "supermin" VM that
    doesn't use systemd as pid1.  There's no reason to hard
    require systemd for this.  This check isn't fully correct because
    it will allow things to pass if someone does `podman run --init`
    to make us pid2, but still in a userns.  In theory we could detect
    that in the future.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    4c5360b View commit details
    Browse the repository at this point in the history