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

Conversation

cgwalters
Copy link
Collaborator

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.

Copy link
Member

@jmarrero jmarrero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

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 cgwalters merged commit ba8f744 into containers:main Jan 29, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/install Issues related to `bootc install`
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants