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

filesystem: fix Filesystem.GenUUID() for vfat partitions #815

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

mvo5
Copy link
Contributor

@mvo5 mvo5 commented Jul 29, 2024

When generating UUIDs for filesystems we need to special case the vfat filesystem. It does not actually support UUIDs but instead uses a 32bit hex encoded serial number (volume id). So special case "vfat" and generate a volume-id in this case.

When generating UUIDs for filesystems we need to special case
the vfat filesystem. It does not actually support UUIDs but
instead uses a 32bit hex encoded serial number (volume id).
So special case "vfat" and generate a volume-id in this case.
@mvo5 mvo5 requested a review from achilleas-k July 29, 2024 19:47
@achilleas-k achilleas-k added this pull request to the merge queue Jul 30, 2024
Merged via the queue into osbuild:main with commit 410c2dc Jul 30, 2024
18 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