mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
Add 0xEE (EFI GPT) and 0xEF (EFI System Partition)
This commit is contained in:
parent
819e7ffdf3
commit
a528d3185a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84964
@ -182,6 +182,8 @@ struct part_type
|
||||
,{0xE1, "Speed"}
|
||||
,{0xE3, "Speed"}
|
||||
,{0xE4, "Speed"}
|
||||
,{0xEE, "EFI GPT"}
|
||||
,{0xEF, "EFI System Parition"}
|
||||
,{0xF1, "Speed"}
|
||||
,{0xF2, "DOS 3.3+ Secondary"}
|
||||
,{0xF4, "Speed"}
|
||||
|
@ -182,6 +182,8 @@ struct part_type
|
||||
,{0xE1, "Speed"}
|
||||
,{0xE3, "Speed"}
|
||||
,{0xE4, "Speed"}
|
||||
,{0xEE, "EFI GPT"}
|
||||
,{0xEF, "EFI System Parition"}
|
||||
,{0xF1, "Speed"}
|
||||
,{0xF2, "DOS 3.3+ Secondary"}
|
||||
,{0xF4, "Speed"}
|
||||
|
Loading…
Reference in New Issue
Block a user