diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-24 00:46:57 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-24 00:46:57 +0000 |
commit | 5f6a6e0b005f0bf782a2362bbcf13f9869964734 (patch) | |
tree | 6c3489bdd02d57531439393251b5c61f9a94d7cb /installclass.py | |
parent | 8c021f329cdba284a33d3c28f3c3f6e7425265f1 (diff) | |
download | anaconda-5f6a6e0b005f0bf782a2362bbcf13f9869964734.tar.gz anaconda-5f6a6e0b005f0bf782a2362bbcf13f9869964734.tar.xz anaconda-5f6a6e0b005f0bf782a2362bbcf13f9869964734.zip |
put netconfig into server installs
Diffstat (limited to 'installclass.py')
-rw-r--r-- | installclass.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py index b937bf116..ac14ab02b 100644 --- a/installclass.py +++ b/installclass.py @@ -255,7 +255,6 @@ class Server(InstallClass): self.setGroups(["Server"]) self.setHostname("localhost.localdomain") self.addToSkipList("lilo") - self.addToSkipList("network") self.addToSkipList("package-selection") self.addToSkipList("authentication") self.addToSkipList("bootdisk") |