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

otk-gen-partition-table: support EFI system on DOS partitions #934

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

mvo5
Copy link
Contributor

@mvo5 mvo5 commented Sep 16, 2024

The existing code to create EFI system partitions was making
assumptions about running on a GPT partition. This is no longer
true with osbuild/otk#199 so this commit
fixes the code to create a valid ESP system partition on a DOS
partition table.

This constant is used for the DOS partition table EFI system
partition. So far it was just a hardcoded string but this will be
used by the otk partition externals too so let's extract it into
a constant.
The existing code to create EFI system partitions was making
assumptions about running on a GPT partition. This is no longer
true with osbuild/otk#199 so this commit
fixes the code to create a valid ESP system partition on a DOS
partition table.
@mvo5 mvo5 requested a review from achilleas-k September 16, 2024 13:35
@achilleas-k achilleas-k added this pull request to the merge queue Sep 16, 2024
Merged via the queue into osbuild:main with commit 8a59516 Sep 16, 2024
18 of 19 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.

3 participants