From 20f317455db23c91937998ae987ba3f195efe91d Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Wed, 13 Dec 2006 23:33:43 +0000 Subject: * 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. --- textw/partition_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textw') 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: -- cgit