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: Use sfdisk, not lsblk #688

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Commits on Jul 16, 2024

  1. install: Use sfdisk, not lsblk

    This works around an issue where `lsblk` ends up parsing
    data cached from udev in `/run/udev`, but we don't have that
    mounted by default.
    
    Adding a new mount point hard requirement is logistically
    complicated right now - we will eventually switch
    to dynamic mounts with `open_tree` (cc
    containers#380 )
    but this is a relatively straightforward workaround.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8e7f6e0 View commit details
    Browse the repository at this point in the history