Add 0xbf (191) as new Solaris partition identifier.

Submitted by:	Lawrence.Lee@sun.com
This commit is contained in:
Poul-Henning Kamp 2004-11-10 07:50:16 +00:00
parent 59a514685c
commit 54c7ea9dbf

View file

@ -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";