summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-11-08 15:31:41 +0000
committerChris Lumens <clumens@redhat.com>2006-11-08 15:31:41 +0000
commit2b5194e8dc6df2b7b703d9172afd2e4e4c0e4119 (patch)
tree6147c93d8cd6e2382ae0c0a20737254db895b4e6 /kickstart.py
parent8a00ea53221b621d762da01da77daf68cbbf34ef (diff)
downloadanaconda-2b5194e8dc6df2b7b703d9172afd2e4e4c0e4119.tar.gz
anaconda-2b5194e8dc6df2b7b703d9172afd2e4e4c0e4119.tar.xz
anaconda-2b5194e8dc6df2b7b703d9172afd2e4e4c0e4119.zip
Always skip the networking step on kickstart installs (#214584).
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/kickstart.py b/kickstart.py
index 51700ea65..0c02e3f4c 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -304,8 +304,6 @@ class AnacondaKSHandlers(KickstartHandlers):
if nd.gateway != "":
self.id.instClass.setGateway(self.id, nd.gateway)
- self.skipSteps.append("network")
-
def doMultiPath(self, args):
KickstartHandlers.doMultiPath(self, args)
@@ -858,6 +856,7 @@ class Kickstart(cobject):
dispatch.skipStep("regkey")
dispatch.skipStep("installtype")
dispatch.skipStep("tasksel")
+ dispatch.skipStep("network")
# Don't show confirmation screens on non-interactive installs.
if not self.ksdata.interactive: