summaryrefslogtreecommitdiffstats
path: root/installclasses/server.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/server.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/server.py')
-rw-r--r--installclasses/server.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/installclasses/server.py b/installclasses/server.py
index 32575ae0e..cbda9b1b1 100644
--- a/installclasses/server.py
+++ b/installclasses/server.py
@@ -36,7 +36,6 @@ class InstallClass(BaseInstallClass):
def setInstallData(self, id):
BaseInstallClass.setInstallData(self, id)
- self.setHostname(id, "localhost.localdomain")
autorequests = [ ("/", None,384, None, 1, 1),
("/usr", None, 900, None, 0, 1),