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

Support Partition UUIDs #401

Closed
evanfoster opened this issue Feb 15, 2018 · 2 comments
Closed

Support Partition UUIDs #401

evanfoster opened this issue Feb 15, 2018 · 2 comments

Comments

@evanfoster
Copy link

When creating partitions, only UUID or disk ID are supported.

        <partition>
          ...snip...
          <mountby config:type="symbol">uuid</mountby>
          ...snip...
        </partition>

Ideally, there would be a partition UUID option available.

        <partition>
          ...snip...
          <mountby config:type="symbol">part-uuid</mountby>
          ...snip...
        </partition>

Is this possible? Sorry if this shouldn't be posted here, I didn't see any guidelines for enhancements.

@aschnell
Copy link
Member

No, partition UUIDs are not supported. If you need them please make a feature request at https://features.opensuse.org/. Partition labels are also not supported.

@evanfoster
Copy link
Author

Thanks for pointing me the right way!

It might be good to mention https://features.opensuse.org in your CONTRIBUTING.md file. I checked that file first, but didn't see any guidelines about feature requests.

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

No branches or pull requests

2 participants