mirror of https://git.48k.eu/ogcp
views: add EFI partition type to MBR partition scheme
Add 0xef (239) entry to display this accordinglymaster
parent
6c68284cb1
commit
7daf4c9ae1
|
@ -62,6 +62,7 @@ PART_TYPE_CODES = {
|
|||
142: 'LINUX-LVM',
|
||||
202: 'CACHE',
|
||||
218: 'DATA',
|
||||
239: 'EFI',
|
||||
253: 'LINUX-RAID',
|
||||
1792: 'NTFS',
|
||||
9984: 'WIN-RECOV',
|
||||
|
|
Loading…
Reference in New Issue