summaryrefslogtreecommitdiffstats
path: root/fdisk/i386_sys_types.c
diff options
context:
space:
mode:
authorKarel Zak2009-02-04 12:39:02 +0100
committerKarel Zak2009-02-04 12:39:02 +0100
commit9ca1a11bf96f9732037c5027124f84c31bc4d252 (patch)
tree762e80e24f78b93b1e930b9113b3717304f3e3ac /fdisk/i386_sys_types.c
parentchrt: output buglet when reporting scheduling class (diff)
downloadkernel-qcow2-util-linux-9ca1a11bf96f9732037c5027124f84c31bc4d252.tar.gz
kernel-qcow2-util-linux-9ca1a11bf96f9732037c5027124f84c31bc4d252.tar.xz
kernel-qcow2-util-linux-9ca1a11bf96f9732037c5027124f84c31bc4d252.zip
fdisk: add 0xaf HFS / HFS partition type
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisk/i386_sys_types.c')
-rw-r--r--fdisk/i386_sys_types.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fdisk/i386_sys_types.c b/fdisk/i386_sys_types.c
index c1391cb3a..e37ec51af 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")},