summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-24 00:47:34 +0000
committerMatt Wilson <msw@redhat.com>1999-09-24 00:47:34 +0000
commit7bb01ebd26499c4034c2d126a2d5b01fb326b5c9 (patch)
tree001cede60ba473134f56b25d6d526dc8ef92e655 /installclass.py
parent5f6a6e0b005f0bf782a2362bbcf13f9869964734 (diff)
downloadanaconda-7bb01ebd26499c4034c2d126a2d5b01fb326b5c9.tar.gz
anaconda-7bb01ebd26499c4034c2d126a2d5b01fb326b5c9.tar.xz
anaconda-7bb01ebd26499c4034c2d126a2d5b01fb326b5c9.zip
added network config into workstation installs
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index ac14ab02b..4754a35c3 100644
--- a/installclass.py
+++ b/installclass.py
@@ -221,7 +221,6 @@ class Workstation(InstallClass):
InstallClass.__init__(self)
self.setHostname("localhost.localdomain")
self.addToSkipList("lilo")
- self.addToSkipList("network")
self.addToSkipList("authentication")
self.addToSkipList("bootdisk")
self.addToSkipList("partition")