mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add 0xbf (191) as new Solaris partition identifier.
Submitted by: Lawrence.Lee@sun.com
This commit is contained in:
parent
59a514685c
commit
54c7ea9dbf
1 changed files with 1 additions and 0 deletions
|
|
@ -380,6 +380,7 @@ slice_type_name( int type, int subtype )
|
|||
case 182: return "OpenBSD"; /* dedicated */
|
||||
case 183: return "bsd/os";
|
||||
case 184: return "bsd/os swap";
|
||||
case 191: return "Solaris (new)";
|
||||
case 238: return "EFI GPT";
|
||||
case 239: return "EFI Sys. Part.";
|
||||
default: return "unknown";
|
||||
|
|
|
|||
Loading…
Reference in a new issue