From 9ca1a11bf96f9732037c5027124f84c31bc4d252 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 4 Feb 2009 12:39:02 +0100 Subject: [PATCH] fdisk: add 0xaf HFS / HFS partition type Signed-off-by: Karel Zak --- fdisk/i386_sys_types.c | 1 + 1 file changed, 1 insertion(+) 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")}, -- 2.39.5