views: add EFI partition type to MBR partition scheme

Add 0xef (239) entry to display this accordingly
master
OpenGnSys Support Team 2024-05-14 11:48:48 +02:00
parent 6c68284cb1
commit 7daf4c9ae1
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ PART_TYPE_CODES = {
142: 'LINUX-LVM',
202: 'CACHE',
218: 'DATA',
239: 'EFI',
253: 'LINUX-RAID',
1792: 'NTFS',
9984: 'WIN-RECOV',