summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-01-16 19:50:22 +0000
committerBill Nottingham <notting@redhat.com>2003-01-16 19:50:22 +0000
commit3c7dcb9a6519323b478eb002ea8160f902b54fbd (patch)
tree8876cc50e3f62ccf3f0bbfac85c1a2293b549686 /partedUtils.py
parent40dab8ca3a8471d9a4358145bfe1ff8fbaab66d4 (diff)
downloadanaconda-3c7dcb9a6519323b478eb002ea8160f902b54fbd.tar.gz
anaconda-3c7dcb9a6519323b478eb002ea8160f902b54fbd.tar.xz
anaconda-3c7dcb9a6519323b478eb002ea8160f902b54fbd.zip
case sensitivity. yay.
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."""