mirror of https://git.48k.eu/ogclient
live: add winrecov partition type
DE94BBA4-06D1-4D40-A16A-BFD50179D6AC is already set in in GUID_MAP as partition code, but not in GPT_PARTTYPES.master
parent
d732a214bf
commit
a1774c795b
|
@ -16,6 +16,7 @@ GPT_PARTTYPES = {
|
|||
'EFI': 'C12A7328-F81F-11D2-BA4B-00A0C93EC93B',
|
||||
'HFS': '48465300-0000-11AA-AA11-00306543ECAC',
|
||||
'FAT32': 'EBD0A0A2-B9E5-4433-87C0-68B6B72699C7',
|
||||
'WIN-RECOV': 'DE94BBA4-06D1-4D40-A16A-BFD50179D6AC',
|
||||
}
|
||||
|
||||
DOS_PARTTYPES = {
|
||||
|
|
Loading…
Reference in New Issue