summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-08-01 15:34:30 +0000
committerJeremy Katz <katzj@redhat.com>2001-08-01 15:34:30 +0000
commit7c377d17e659961e62172832d03956f32a302f8f (patch)
tree3cd81554047e1cdc6ac3b61e0933e9cc0bd8e0d2 /kickstart.py
parent0a23395a7e6698b7e0e56b4f5e67891210dcfcb4 (diff)
downloadanaconda-7c377d17e659961e62172832d03956f32a302f8f.tar.gz
anaconda-7c377d17e659961e62172832d03956f32a302f8f.tar.xz
anaconda-7c377d17e659961e62172832d03956f32a302f8f.zip
more pychecker fun
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kickstart.py b/kickstart.py
index c55d6c97a..93f0b4df7 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -386,7 +386,7 @@ class KickstartBase(BaseInstallClass):
self.setNetwork(id, bootProto, ip, netmask, gateway, nameserver, device=device)
if hostname != "":
- self.setHostname(hostname)
+ self.setHostname(id, hostname)
def doLang(self, id, args):
self.setLanguage(id, args[0])