summaryrefslogtreecommitdiffstats
path: root/partitioning.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-06-14 21:06:44 +0000
committerMike Fulbright <msf@redhat.com>2002-06-14 21:06:44 +0000
commitd25b31e29bb2d821757f8e337c04811696543131 (patch)
treea9d129cf1d3320963f192c31ec399d5ed10fc8d3 /partitioning.py
parentdda039f5bc7160ac836301092bcd0a35aa39551b (diff)
downloadanaconda-d25b31e29bb2d821757f8e337c04811696543131.tar.gz
anaconda-d25b31e29bb2d821757f8e337c04811696543131.tar.xz
anaconda-d25b31e29bb2d821757f8e337c04811696543131.zip
fix for bug #66749
Diffstat (limited to 'partitioning.py')
-rw-r--r--partitioning.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/partitioning.py b/partitioning.py
index ffd2bae22..aa992f0e7 100644
--- a/partitioning.py
+++ b/partitioning.py
@@ -67,6 +67,9 @@ def partitionMethodSetup(partitions, dispatch):
skip = not partitions.useAutopartitioning)
dispatch.skipStep("autopartitionexecute",
skip = not partitions.useAutopartitioning)
+ if dispatch.stepInSkipList("partition") and not partitions.useAutopartitioning:
+ dispatch.skipStep("partition", skip = 0)
+
if iutil.getArch() == "s390":
dispatch.skipStep("fdasd", skip = not partitions.useFdisk)
else: