mirror of https://git.48k.eu/ogclient
live: parttypes: add EFI partition type in MBR partition scheme
Add 0xef partition type for EFI in MBR.master
parent
3eb4332b38
commit
b9ca7278a9
|
@ -27,6 +27,7 @@ DOS_PARTTYPES = {
|
|||
'NTFS': 0x07,
|
||||
'HFS': 0xaf,
|
||||
'FAT32': 0x0b,
|
||||
'EFI': 0xef,
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue