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

partitions: Switch aarch64 to GPT, fully deduplicate #582

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

cgwalters
Copy link
Contributor

Closes: #551

There was a fair amount of copy-paste even when we just had aarch64+x86_64, the addition of duplicate bootfs/rootfs definitions for ppc64le+s390x is a strong motivation to finally define shared constants.

I also factored out a shared const with some comments for the disk UUID that will save someone some time wondering about it later (this textually but not logically conflicts with #568 but I think this makes sense to land first).

Closes: osbuild#551

There was a fair amount of copy-paste even when we just had
aarch64+x86_64, the addition of duplicate bootfs/rootfs definitions
for ppc64le+s390x is a strong motivation to finally define shared
constants.

I also factored out a shared `const` with some comments
for the disk UUID that will save someone some time wondering
about it later (this textually but not logically conflicts
with osbuild#568
but I think this makes sense to land first).

Signed-off-by: Colin Walters <walters@verbum.org>
Copy link
Collaborator

@mvo5 mvo5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! This is really nice

@cgwalters cgwalters added this pull request to the merge queue Aug 2, 2024
Merged via the queue into osbuild:main with commit edff0bd Aug 2, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aarch64 uses dos format partitions
2 participants