-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add support for custom partition types/GUIDs in blueprints #1115
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Edit: I incline to Brian's comment #1116 (comment), but I don't have a strong preference.
7abbefe
to
fb31aaf
Compare
Rebased due to image build cache layout change (#1130) |
This PR is stale because it has been open 30 days with no activity. Remove "Stale" label or comment or this will be closed in 7 days. |
I also like
|
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.
fb31aaf
to
c93c654
Compare
Are we changing the option to |
I vote for changing it. |
Introduce the ability to specify custom partition types/GUIDs for both DOS and GPT partition types.
For DOS partitions, the field is technically called type, but this is already a taken field, so I went with GUID from the GPT vocabulary for the new field name.