summaryrefslogtreecommitdiffstats
path: root/installclasses/workstation.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-24 18:38:20 +0000
committerMatt Wilson <msw@redhat.com>2001-07-24 18:38:20 +0000
commit2aee54dba95de4050826f8c86ae4851b444727ef (patch)
treeffd99b667621f7494f21d9082075523f1d9d0a60 /installclasses/workstation.py
parent8271b7a6afa0680bc705c8151f21adfe4337f8c6 (diff)
downloadanaconda-2aee54dba95de4050826f8c86ae4851b444727ef.tar.gz
anaconda-2aee54dba95de4050826f8c86ae4851b444727ef.tar.xz
anaconda-2aee54dba95de4050826f8c86ae4851b444727ef.zip
preserve the hostname that is read from /tmp/netinfo
Diffstat (limited to 'installclasses/workstation.py')
-rw-r--r--installclasses/workstation.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/installclasses/workstation.py b/installclasses/workstation.py
index df1249eb3..3c76aeb50 100644
--- a/installclasses/workstation.py
+++ b/installclasses/workstation.py
@@ -28,7 +28,6 @@ class InstallClass(BaseInstallClass):
def setInstallData(self, id):
BaseInstallClass.setInstallData(self, id)
- self.setHostname(id, "localhost.localdomain")
autorequests = [ ("/", None, 1100, None, 1, 1) ]