]> err.no Git - util-linux/commitdiff
fdisk: add 0xaf HFS / HFS partition type
authorKarel Zak <kzak@redhat.com>
Wed, 4 Feb 2009 11:39:02 +0000 (12:39 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 4 Feb 2009 11:39:02 +0000 (12:39 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
fdisk/i386_sys_types.c

index c1391cb3a9adb7cab3f4d1b5ed65ad267b392220..e37ec51afdeb9b15175a6ea313ae6102d49ca440 100644 (file)
@@ -71,6 +71,7 @@ struct systypes i386_sys_types[] = {
        {0xa8, N_("Darwin UFS")},
        {0xa9, N_("NetBSD")},
        {0xab, N_("Darwin boot")},
+       {0xaf, N_("HFS / HFS+")},
        {0xb7, N_("BSDI fs")},
        {0xb8, N_("BSDI swap")},
        {0xbb, N_("Boot Wizard hidden")},