summaryrefslogtreecommitdiffstats
path: root/ogcp
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2024-05-14 11:48:48 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2024-05-14 11:48:48 +0200
commit7daf4c9ae11f74e6c0179cf300d2393728e0329e (patch)
treed22125eb0f663e1a3cd8ee8b45635cee125d54de /ogcp
parent6c68284cb102971f05de030e7b428d742f17667b (diff)
views: add EFI partition type to MBR partition scheme
Add 0xef (239) entry to display this accordingly
Diffstat (limited to 'ogcp')
-rw-r--r--ogcp/views.py1
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',