Skip to content
Snippets Groups Projects
Commit d27b5f93 authored by Stephen Warren's avatar Stephen Warren Committed by Tom Rini
Browse files

disk: part_msdos: parse and store partition UUID


The MSDOS/MBR partition table includes a 32-bit unique ID, often referred
to as the NT disk signature. When combined with a partition number within
the table, this can form a unique ID similar in concept to EFI/GPT's
partition UUID.

This patch generates UUIDs in the format 0002dd75-01, which matches the
format expected by the Linux kernel.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 894bfbbf
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment