summaryrefslogtreecommitdiffstats
path: root/partitioning.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-09-21 17:13:09 +0000
committerJeremy Katz <katzj@redhat.com>2006-09-21 17:13:09 +0000
commit7747940c534ab9d5caafd6a18adce53b38314658 (patch)
tree08945b0cedd632ca3ae2a34ccad44ee0264cc629 /partitioning.py
parent11a4ab0ac7a22d8f70859fcae52248514ab64d38 (diff)
downloadanaconda-7747940c534ab9d5caafd6a18adce53b38314658.tar.gz
anaconda-7747940c534ab9d5caafd6a18adce53b38314658.tar.xz
anaconda-7747940c534ab9d5caafd6a18adce53b38314658.zip
2006-09-21 Jeremy Katz <katzj@redhat.com>
* partitioning.py (partitionObjectsInitialize): Don't call check no disks here (#207471) * textw/partition_text.py (PartitionTypeWindow.__call__): And here * iw/autopart_type.py (PartitionTypeWindow.getNext): Check for no disks here * partedUtils.py (DiskSet.checkNoDisks): Don't exit, just return with an error code
Diffstat (limited to 'partitioning.py')
-rw-r--r--partitioning.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/partitioning.py b/partitioning.py
index 01f173ef5..dc7140973 100644
--- a/partitioning.py
+++ b/partitioning.py
@@ -53,8 +53,6 @@ def partitionObjectsInitialize(anaconda):
anaconda.id.partitions.zeroMbr,
anaconda.id.partitions.autoClearPartDrives)
- anaconda.id.diskset.checkNoDisks(anaconda.intf)
-
anaconda.id.partitions.setFromDisk(anaconda.id.diskset)
anaconda.id.partitions.setProtected(anaconda.dispatch)