summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-17 19:25:52 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-17 19:25:52 +0000
commit583ac377d13db757cc0cfd8533e5e73d46a0f9c8 (patch)
treee4eb63b7ec6e5e0d3666352a82f94b296ef8b8a2
parent20e7d7a6737ee3fbcbfc498ae2822986451e933b (diff)
downloadanaconda-583ac377d13db757cc0cfd8533e5e73d46a0f9c8.tar.gz
anaconda-583ac377d13db757cc0cfd8533e5e73d46a0f9c8.tar.xz
anaconda-583ac377d13db757cc0cfd8533e5e73d46a0f9c8.zip
skip bootdisk step for autostep and interactiveb4.msf.really.broke.x
-rw-r--r--kickstart.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kickstart.py b/kickstart.py
index 50890238a..ed1b2a2cd 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -801,6 +801,7 @@ class KickstartBase(BaseInstallClass):
dispatch.skipStep("partitionmethodsetup")
dispatch.skipStep("fdisk")
dispatch.skipStep("autopartition")
+ dispatch.skipStep("bootdisk")
return
dispatch.skipStep("bootdisk")