Add type 0x96 as "CDFS/ISO-9660" to our list of partition types now that our ISOs flashed to USB use it.

svn path=/trunk/; revision=75624
This commit is contained in:
Colin Finck 2017-08-19 14:53:54 +00:00
parent 9fee94b692
commit 75cb0454f7

View file

@ -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" },