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: use sfdisk, not lsblk #698

Merged
merged 2 commits into from
Jul 17, 2024

Commits on Jul 17, 2024

  1. install: Hoist out a const for linux partition type

    Signed-off-by: Colin Walters <[email protected]>
    cgwalters authored and jeckersb committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    14cf04b View commit details
    Browse the repository at this point in the history
  2. install/baseline: use sfdisk, not lsblk

    I think this may also help with the install flake we've been
    seeing where we somehow get the partitions mixed up.
    
    - Use `sfdisk` in the baseline install because it's what
      we're switching to using anyways later on
    - Add some verification at least for the root and EFI partitions
      that we read back the expected type
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters authored and jeckersb committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ad0647b View commit details
    Browse the repository at this point in the history