From: Karel Zak Date: Wed, 4 Feb 2009 11:39:02 +0000 (+0100) Subject: fdisk: add 0xaf HFS / HFS partition type X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ca1a11bf96f9732037c5027124f84c31bc4d252;p=util-linux fdisk: add 0xaf HFS / HFS partition type Signed-off-by: Karel Zak --- diff --git a/fdisk/i386_sys_types.c b/fdisk/i386_sys_types.c index c1391cb3..e37ec51a 100644 --- a/fdisk/i386_sys_types.c +++ b/fdisk/i386_sys_types.c @@ -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")},