summaryrefslogtreecommitdiffstats
path: root/src/live/partcodes.py
Commit message (Collapse)AuthorAgeFilesLines
* live: partcodes: remove reference to websiteOpenGnSys Support Team2024-05-141-1/+0
| | | | Remove reference to external website in code.
* Add partcodes.py to src/liveJose M. Guisado2022-04-211-0/+25
partcodes.py is used for mapping GPT partition UIIDs to hexcode/decimal values. OpenGnsys stores partition types in the database using the decimal value of this hexcode. The hexcode used for GPT partition UUID is the same as defined internally in gdisk [1]. [1] https://sourceforge.net/p/gptfdisk/code/ci/master/tree/parttypes.cc#l75