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

disk: define PartitionTableType enum for partition table types #1004

Merged
merged 2 commits into from
Nov 5, 2024

Commits on Nov 1, 2024

  1. disk: define PartitionTableType enum for partition table types

    Add a new enum, PartitionTableType, for referring to the two partition
    table types, "dos" and "gpt".
    This is currently not used but will be part of the new custom partition
    table generator.
    achilleas-k committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    78d183f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    831d4a4 View commit details
    Browse the repository at this point in the history