summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-01-16 20:01:11 +0000
committerBill Nottingham <notting@redhat.com>2003-01-16 20:01:11 +0000
commitec951610ac8b3b4c53a2910e31cc3d0d6f9606df (patch)
tree9e8b4e3abdd2cb6a9a0b54307b748a3af0d0c08d /partedUtils.py
parent3c7dcb9a6519323b478eb002ea8160f902b54fbd (diff)
downloadanaconda-ec951610ac8b3b4c53a2910e31cc3d0d6f9606df.tar.gz
anaconda-ec951610ac8b3b4c53a2910e31cc3d0d6f9606df.tar.xz
anaconda-ec951610ac8b3b4c53a2910e31cc3d0d6f9606df.zip
fix here too
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 a5e548fa5..550e565a2 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -215,7 +215,7 @@ def getDefaultDiskType():
if iutil.getArch() == "i386":
return parted.disk_type_get("msdos")
elif iutil.getArch() == "ia64":
- return parted.disk_type_get("GPT")
+ return parted.disk_type_get("gpt")
elif iutil.getArch() == "s390":
return parted.disk_type_get("dasd")
elif iutil.getArch() == "alpha":