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: Ensure we label / (and /boot) #290

Merged
merged 1 commit into from
Jan 29, 2024

Commits on Jan 29, 2024

  1. install: Ensure we label / (and /boot)

    This came out of a discussion with bootc-image-builder, which
    has this issue right now:
    osbuild/bootc-image-builder#149
    
    As I noted in that issue, I think it's basically been working
    here because we always write to a real fresh filesystem, but
    let's be very explicit.
    
    There's a notable tricky bootstrapping we're solving here
    around "what's the label of `/`" because we know we are running
    the target OS as a container image already.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d515c31 View commit details
    Browse the repository at this point in the history