summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-11-29 16:37:25 -0500
committerJeremy Katz <katzj@redhat.com>2007-11-29 16:38:19 -0500
commitc34349ac9ab37bb7ee1264057ab06f6b84608968 (patch)
treec7917b219a8b44663a5357a7f9514b2939d28281 /textw
parentf39819b45aa2c04103be79dce7941866c5d3af62 (diff)
downloadanaconda-c34349ac9ab37bb7ee1264057ab06f6b84608968.tar.gz
anaconda-c34349ac9ab37bb7ee1264057ab06f6b84608968.tar.xz
anaconda-c34349ac9ab37bb7ee1264057ab06f6b84608968.zip
With moving partitioning, we should do a confirmation before we write things
out to disk so do that check in partitioningComplete(). Therefore remove the queryAutoPartOK() which is superfluous
Diffstat (limited to 'textw')
-rw-r--r--textw/partition_text.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py
index a1d37e956..ecd560487 100644
--- a/textw/partition_text.py
+++ b/textw/partition_text.py
@@ -1599,9 +1599,6 @@ class PartitionTypeWindow:
anaconda.id.partitions.autoClearPartType = partmethod_ans
anaconda.id.partitions.autoClearPartDrives = sel
- if queryAutoPartitionOK(anaconda):
- break
-
# ask to review autopartition layout - but only if it's not custom partitioning
anaconda.dispatch.skipStep("partition", skip = 0)
anaconda.dispatch.skipStep("bootloader", skip = 0)