diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-24 00:47:34 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-24 00:47:34 +0000 |
commit | 7bb01ebd26499c4034c2d126a2d5b01fb326b5c9 (patch) | |
tree | 001cede60ba473134f56b25d6d526dc8ef92e655 /installclass.py | |
parent | 5f6a6e0b005f0bf782a2362bbcf13f9869964734 (diff) | |
download | anaconda-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.py | 1 |
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") |