summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-12-13 23:33:43 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-12-13 23:33:43 +0000
commit20f317455db23c91937998ae987ba3f195efe91d (patch)
tree0f2774d64a02f4b459bf491523e09a99dbefbc63 /textw
parent433a4e0869c8cb41f45fe90e74aa601d9a95897f (diff)
downloadanaconda-20f317455db23c91937998ae987ba3f195efe91d.tar.gz
anaconda-20f317455db23c91937998ae987ba3f195efe91d.tar.xz
anaconda-20f317455db23c91937998ae987ba3f195efe91d.zip
* partedUtils.py (DiskSet.openDevices): Don't always dasdfmt on zSeries,
only do that for disks that are flagged to be cleared or if the init all flag is set. * upgrade.py (findExistingRoots): Do not pass anaconda object reference to findExistingRootPartitions(). * iw/autopart_type.py (PartitionTypeWindow): Do not pass intf to checkNoDisks(). * textw/partition_text.py: Likewise.
Diffstat (limited to 'textw')
-rw-r--r--textw/partition_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py
index f6a50e944..44fdecd77 100644
--- a/textw/partition_text.py
+++ b/textw/partition_text.py
@@ -1600,7 +1600,7 @@ class PartitionTypeWindow:
if res == TEXT_BACK_CHECK:
return INSTALL_BACK
- if anaconda.id.diskset.checkNoDisks(anaconda.intf):
+ if anaconda.id.diskset.checkNoDisks():
continue
if len(sel) < 1: