mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
Add EFI GPT (238, 0xEE) and EFI System Parition (239, 0xEF)
This commit is contained in:
parent
a528d3185a
commit
febd72f843
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue