summaryrefslogtreecommitdiffstats
path: root/partIntfHelpers.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-03-21 00:09:53 +0000
committerJeremy Katz <katzj@redhat.com>2003-03-21 00:09:53 +0000
commitc29f0955045cdd02965a14300ce5e99364db2d1b (patch)
treed84a948b5288d9b0b9bd28649f608b8df9f18ea0 /partIntfHelpers.py
parent720f69db5a6df4a3d6afe90ea228b5a90fe41333 (diff)
downloadanaconda-c29f0955045cdd02965a14300ce5e99364db2d1b.tar.gz
anaconda-c29f0955045cdd02965a14300ce5e99364db2d1b.tar.xz
anaconda-c29f0955045cdd02965a14300ce5e99364db2d1b.zip
merge taroon branch up until now. tagged as before-taroon-merge before and
will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future
Diffstat (limited to 'partIntfHelpers.py')
-rw-r--r--partIntfHelpers.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/partIntfHelpers.py b/partIntfHelpers.py
index d1fdd32ff..96f67d252 100644
--- a/partIntfHelpers.py
+++ b/partIntfHelpers.py
@@ -143,12 +143,6 @@ def doDeletePartitionByRequest(intf, requestlist, partition,
custom_icon="error")
return 0
- if iutil.getArch() == "s390" and type(partition) != type("RAID"):
- intf.messageWindow(_("Error"),
- _("DASD partitions can only be deleted "
- "with fdasd"))
- return
-
if type(partition) == type("RAID"):
device = partition
elif partition.type & parted.PARTITION_FREESPACE:
@@ -328,11 +322,6 @@ def doEditPartitionByRequest(intf, requestlist, part):
return ("LVMLV", request)
else:
return (None, None)
- elif iutil.getArch() == "s390":
- intf.messageWindow(_("Error"),
- _("You must go back and use fdasd to "
- "inititalize this partition"))
- return (None, None)
elif part.type & parted.PARTITION_FREESPACE:
request = partRequests.PartitionSpec(fsset.fileSystemTypeGetDefault(),
start = partedUtils.start_sector_to_cyl(part.geom.dev,