mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add 0xbf as new partition id for Solaris.
Submitted by: Lawrence.Lee@sun.com
This commit is contained in:
parent
42ba1c5766
commit
59a514685c
1 changed files with 1 additions and 0 deletions
|
|
@ -197,6 +197,7 @@ static struct part_type
|
|||
,{0xB7, "BSDI BSD/386 file system"}
|
||||
,{0xB8, "BSDI BSD/386 swap"}
|
||||
,{0xBE, "Solaris x86 boot"}
|
||||
,{0xBF, "Solaris x86 (new)"}
|
||||
,{0xC1, "DRDOS/sec with 12-bit FAT"}
|
||||
,{0xC4, "DRDOS/sec with 16-bit FAT (< 32MB)"}
|
||||
,{0xC6, "DRDOS/sec with 16-bit FAT (>= 32MB)"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue