Skip to content

Support AArch64 root partition type GUID - #4671

Merged
svartkanin merged 1 commit into
archlinux:masterfrom
codefiles:aarch64-root-type-guid
Jul 27, 2026
Merged

Support AArch64 root partition type GUID#4671
svartkanin merged 1 commit into
archlinux:masterfrom
codefiles:aarch64-root-type-guid

Conversation

@codefiles

Copy link
Copy Markdown
Contributor

Related to #4641

@codefiles
codefiles requested a review from Torxed as a code owner July 25, 2026 19:42
@codefiles
codefiles force-pushed the aarch64-root-type-guid branch from 4bf582b to e8ffccc Compare July 25, 2026 19:49
Comment on lines +201 to +205
def linux_root_guid(arch: str | None) -> PartitionGUID:
if arch == 'aarch64':
return PartitionGUID.LINUX_ROOT_AARCH64

return PartitionGUID.LINUX_ROOT_X86_64

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I considered making this a class method of PartitionGUID but remembered this: #4461

This seems like an appropriate place anyway.

@svartkanin
svartkanin merged commit c25589e into archlinux:master Jul 27, 2026
11 checks passed
@codefiles
codefiles deleted the aarch64-root-type-guid branch July 29, 2026 12:12
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.

2 participants