Add EFI GPT (238, 0xEE) and EFI System Parition (239, 0xEF)
This commit is contained in:
parent
a528d3185a
commit
febd72f843
@ -642,6 +642,8 @@ slice_type_name( int type, int subtype )
|
||||
case 182: return "OpenBSD"; /* dedicated */
|
||||
case 183: return "bsd/os";
|
||||
case 184: return "bsd/os swap";
|
||||
case 238: return "EFI GPT";
|
||||
case 239: return "EFI Sys. Part.";
|
||||
default: return "unknown";
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user