summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
diff options
context:
space:
mode:
Diffstat (limited to 'partedUtils.py')
-rw-r--r--partedUtils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partedUtils.py b/partedUtils.py
index 52d3f5e58..a5e548fa5 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -231,7 +231,7 @@ archLabels = {'i386': ['msdos'],
's390': ['dasd'],
'alpha': ['bsd', 'msdos'],
'sparc': ['sun'],
- 'ia64': ['msdos', 'GPT']}
+ 'ia64': ['msdos', 'gpt']}
def checkDiskLabel(disk, intf):
"""Check that the disk label on disk is valid for this machine type."""