]> err.no Git - util-linux/commitdiff
blkid: encode PART_ENTRY_TYPE
authorKarel Zak <kzak@redhat.com>
Thu, 18 Feb 2010 22:04:22 +0000 (23:04 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 18 Feb 2010 22:04:22 +0000 (23:04 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/blkid.c
shlibs/blkid/src/partitions/partitions.c

index 882eeaad8e5bced6b507d877cd10810bc9c3f62f..1dfea7cd5de39419c886c5e05d24cf41eda9848c 100644 (file)
@@ -255,7 +255,8 @@ static void print_udev_format(const char *name, const char *value, size_t sz)
        } else if (!strcmp(name, "PTTYPE")) {
                printf("ID_PART_TABLE_TYPE=%s\n", value);
 
-       } else if (!strcmp(name, "PART_ENTRY_NAME")) {
+       } else if (!strcmp(name, "PART_ENTRY_NAME") ||
+                 !strcmp(name, "PART_ENTRY_TYPE")) {
 
                blkid_safe_string(value, safe, sizeof(safe));
                printf("ID_%s=%s\n", name, safe);
index 35fd8b28c4fc94e98c2a33ae226763e104bab5ad..9c3296e902c1334baddd7698456d89d952870faf 100644 (file)
@@ -37,7 +37,7 @@
  *
  * @PART_ENTRY_UUID: partition UUID (gpt only)
  *
- * @PART_ENTRY_TYPE: partition type, 0xNN (e.g 0x82) or type UUID (gpt only)
+ * @PART_ENTRY_TYPE: partition type, 0xNN (e.g 0x82) or type UUID (gpt only) or type string (mac)
  *
  * @PART_ENTRY_FLAGS: partition flags (e.g. boot_ind) or  attributes (e.g. gpt attributes)
  *