diff options
-rw-r--r-- | src/live/partcodes.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/live/partcodes.py b/src/live/partcodes.py index 3d919b3..b2735ec 100644 --- a/src/live/partcodes.py +++ b/src/live/partcodes.py @@ -3,7 +3,6 @@ Module containing a GUID_MAP, mapping GPT UUID to a hexcode (inspired in gdisk) """ # Maps GUID to hex code. -# See https://sourceforge.net/p/gptfdisk/code/ci/master/tree/parttypes.cc#l75 GUID_MAP = { # Windows 'EBD0A0A2-B9E5-4433-87C0-68B6B72699C7': 0x0700, # Microsoft basic data (NTFS) |