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

WIP: sfdisk implementation #1929

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Commits on Oct 16, 2024

  1. distro: add sfdisk cmd

    prestist committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4269ad3 View commit details
    Browse the repository at this point in the history
  2. sfdisk: add sfdisk module with 'pretend' support

    This is a copy of sgdisk, with mapping around sfdisk tooling.
    Update the buildOptions to understand sfdisk requirements and
    focus on adding support for the pretend function.
    
    Fixes: https://issues.redhat.com/browse/COS-2837
    prestist committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    075a844 View commit details
    Browse the repository at this point in the history
  3. partitioners: move and add abstraction for sgdisk and sfdisk

    Add an interface to abstract implementation details for
    partition management, allowing tooling to pivot between
    implementations.
    
    TBD: argument/tag reading for triggering the pivot
    
    Fixes: https://issues.redhat.com/browse/COS-2930
    prestist committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    99e632a View commit details
    Browse the repository at this point in the history