summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-09-02 19:44:01 +0000
committerJeremy Katz <katzj@redhat.com>2003-09-02 19:44:01 +0000
commit96231f1a6e6076f5810c9f3bff29d8c350150b7c (patch)
treefb86e4f66f8c43e173e4f4dbd0900c884cdf4d74
parent5e18a712bad16ed07965f7c0c6847218e734a066 (diff)
downloadanaconda-96231f1a6e6076f5810c9f3bff29d8c350150b7c.tar.gz
anaconda-96231f1a6e6076f5810c9f3bff29d8c350150b7c.tar.xz
anaconda-96231f1a6e6076f5810c9f3bff29d8c350150b7c.zip
msdos will be acceptable on s390
-rw-r--r--partedUtils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partedUtils.py b/partedUtils.py
index acbbebe68..efc897416 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -241,7 +241,7 @@ def getDefaultDiskType():
return parted.disk_type_get("msdos")
archLabels = {'i386': ['msdos'],
- 's390': ['dasd'],
+ 's390': ['dasd', 'msdos'],
'alpha': ['bsd', 'msdos'],
'sparc': ['sun'],
'ia64': ['msdos', 'gpt'],