commit | b287a875384b98c641a8ab8e0ce10dae5a1b134d | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Sep 21 09:51:00 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Sep 25 15:05:45 2012 -0700 |
tree | e16e261eb090e9893b26001998973e5ee2d2bc11 | |
parent | c6c7b7a8e7c7dc4ec1d6c0a24a5de60cf1555be9 [diff] |
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: Stephen Warren <swarren@nvidia.com>