summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-13 17:33:50 +0000
committerMatt Wilson <msw@redhat.com>2000-01-13 17:33:50 +0000
commit0d103c4c51791893739e9c8c5991daf111922ecb (patch)
tree7cc7e14103bc707d837f2643cba48d4553ccf5d1 /kickstart.py
parent81f5e9a89dd34b60014f2ffd282a1159fe265680 (diff)
downloadanaconda-0d103c4c51791893739e9c8c5991daf111922ecb.tar.gz
anaconda-0d103c4c51791893739e9c8c5991daf111922ecb.tar.xz
anaconda-0d103c4c51791893739e9c8c5991daf111922ecb.zip
checked in changes in comps tree by ewt
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kickstart.py b/kickstart.py
index a4778a821..877b87e5c 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -172,7 +172,6 @@ class Kickstart(InstallClass):
elif str == "--nameserver":
nameserver = arg
self.setNetwork(bootProto, ip, netmask, gateway, nameserver)
- self.addToSkipList("network")
def doLang(self, args):
self.setLanguage(args[0])
@@ -376,6 +375,7 @@ class Kickstart(InstallClass):
self.addToSkipList("welcome")
self.addToSkipList("package-selection")
self.addToSkipList("confirm-install")
+ self.addToSkipList("network")
self.setEarlySwapOn(1)
self.partitions = []