diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-05-14 11:35:16 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-05-14 11:35:16 +0200 |
commit | 3eb4332b380fcd00118c8205d064e6f235b2f9d9 (patch) | |
tree | 1412e8f5222e3d274a8ff9162d79893030b14820 /src | |
parent | d109e99dbed453f2eb535e381ef807289f1040ac (diff) |
live: partcodes: remove reference to website
Remove reference to external website in code.
Diffstat (limited to 'src')
-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) |