summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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])