summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
diff options
context:
space:
mode:
Diffstat (limited to 'partedUtils.py')
-rw-r--r--partedUtils.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/partedUtils.py b/partedUtils.py
index 5495d792f..f5c20c1c7 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -238,16 +238,15 @@ def getDefaultDiskType():
elif iutil.getArch() == "ppc":
return parted.disk_type_get("msdos")
else:
- # XXX fix me for alpha at least
return parted.disk_type_get("msdos")
archLabels = {'i386': ['msdos'],
- 'alpha': ['bsd'],
's390': ['dasd'],
'alpha': ['bsd', 'msdos'],
'sparc': ['sun'],
'ia64': ['msdos', 'gpt'],
- 'ppc': ['msdos', 'mac']}
+ 'ppc': ['msdos', 'mac'],
+ 'x86_64': ['msdos']}
def checkDiskLabel(disk, intf):
"""Check that the disk label on disk is valid for this machine type."""