mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:21:50 +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:
parent
9fee94b692
commit
75cb0454f7
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue