diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-05-14 11:48:48 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-05-14 11:48:48 +0200 |
commit | 7daf4c9ae11f74e6c0179cf300d2393728e0329e (patch) | |
tree | d22125eb0f663e1a3cd8ee8b45635cee125d54de | |
parent | 6c68284cb102971f05de030e7b428d742f17667b (diff) |
views: add EFI partition type to MBR partition scheme
Add 0xef (239) entry to display this accordingly
-rw-r--r-- | ogcp/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ogcp/views.py b/ogcp/views.py index fcd8412..a5d5e2e 100644 --- a/ogcp/views.py +++ b/ogcp/views.py @@ -62,6 +62,7 @@ PART_TYPE_CODES = { 142: 'LINUX-LVM', 202: 'CACHE', 218: 'DATA', + 239: 'EFI', 253: 'LINUX-RAID', 1792: 'NTFS', 9984: 'WIN-RECOV', |