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

Fix accidental application of msdos quirks to gpt #475

Merged
merged 2 commits into from
Jan 20, 2024

Conversation

sjoerdsimons
Copy link
Member

No description provided.

The extended partition handling for msdos accidentally got applied to
all partition types. Ensure and be more defensive against msdos special
handling getting applied to other partition types

Fixes: go-debos#473
The msdos partitioning now handles more then 4 partitions by inserting
an extended partition. To test this doesn't confuse the gpt partitioning
expand that test to more then 4 partitions as well.
@obbardc obbardc added this pull request to the merge queue Jan 20, 2024
Merged via the queue into go-debos:main with commit 0949fe4 Jan 20, 2024
31 checks passed
@sjoerdsimons sjoerdsimons deleted the msdos-fixes branch January 20, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The MBR extended implementation causes a problem with a non-MBR configuration
2 participants