live: parttypes: add EFI partition type in MBR partition scheme

Add 0xef partition type for EFI in MBR.
master
OpenGnSys Support Team 2024-05-14 11:49:54 +02:00
parent 3eb4332b38
commit b9ca7278a9
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ DOS_PARTTYPES = {
'NTFS': 0x07,
'HFS': 0xaf,
'FAT32': 0x0b,
'EFI': 0xef,
}