diff --git a/reactos/base/setup/usetup/partlist.c b/reactos/base/setup/usetup/partlist.c index 300e07e019e..dae830badc5 100644 --- a/reactos/base/setup/usetup/partlist.c +++ b/reactos/base/setup/usetup/partlist.c @@ -126,6 +126,7 @@ static PARTITION_TYPE PartitionTypes[] = { 0x87, "HPFS or NTFS mirrored" }, { 0x8E, "Linux LVM" }, { 0x93, "Hidden Linux" }, + { 0x96, "CDFS/ISO-9660" }, { 0x9F, "BSD/OS" }, { 0xA0, "Laptop hibernation" }, { 0xA1, "Laptop hibernation" },