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: enable customizing ESP partitions #1116

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ondrejbudai
Copy link
Member

@ondrejbudai ondrejbudai commented Dec 20, 2024

This commits allow people to customize their ESP partition. Previously,
we always added an ESP partition ourselves, regardless of the given
customizations, so the customization errored out if there was an ESP
because of a conflict. This commit alters the behaviour, so ESP is
only added automatically if it's not in the customizations.

Based on #1115.

People need to customize partitition types/GUIDs, so this commit adds
this option to the blueprint.

It's technically a partition type for DOS partitions, but the key type
is already taken, so let's go with guid both for DOS and GPT.
This commit takes the blueprint customization added in the last commit,
and makes it actually useful.
This commits allow people to customize their ESP partition. Previously,
we always added an ESP partition ourselves, regardless of the given
customizations, so the customization errored out if there was an ESP
because of a conflict. This commit alters the behaviour, so ESP is
only added automatically if it's not in the customizations.
@ondrejbudai ondrejbudai marked this pull request as draft December 20, 2024 14:14
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.

1 participant