mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[USETUP]
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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user