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/baseline: Drop separate /dev mount #607

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

cgwalters
Copy link
Collaborator

Now that we hard require the host's /dev, let's
drop our duplicate devtmpfs copy. My main motivation here is I wanted to add some other debugging and trying to invoke e.g. lsblk on our temporary copy doesn't work.

With the combination of the host /dev plus our invocation of udev settling, we shouldn't hit races.

Now that we hard require the host's `/dev`, let's
drop our duplicate `devtmpfs` copy. My main motivation
here is I wanted to add some other debugging and trying
to invoke e.g. `lsblk` on our temporary copy doesn't
work.

With the combination of the host `/dev` plus our invocation
of udev settling, we shouldn't hit races.

Signed-off-by: Colin Walters <walters@verbum.org>
We've been seeing `mkfs` sometimes fail in CI, I think
this will help debug.

Signed-off-by: Colin Walters <walters@verbum.org>
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

@cgwalters cgwalters merged commit 78c10ef into containers:main Jun 18, 2024
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants