diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-06-02 00:42:42 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-06-02 00:48:31 +0200 |
commit | a1774c795b9954a1e85fe542fbe0b831d059f3d2 (patch) | |
tree | 61c85a8844de3318c856559c945bb6ce978ce39e /src | |
parent | d732a214bfdbc795a01e0a9159abf623ec94a3be (diff) |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/live/parttypes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live/parttypes.py b/src/live/parttypes.py index eab6324..aaeb74b 100644 --- a/src/live/parttypes.py +++ b/src/live/parttypes.py @@ -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 = { |