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

Commits on Jun 16, 2024

  1. install/baseline: Drop separate /dev mount

    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>
    cgwalters committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    01a6fae View commit details
    Browse the repository at this point in the history
  2. install: Show size of target partitions for mkfs

    We've been seeing `mkfs` sometimes fail in CI, I think
    this will help debug.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    93974fc View commit details
    Browse the repository at this point in the history