summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-09-21 18:45:48 -0400
committerJim Meyering <jim@meyering.net>2006-09-21 18:45:48 -0400
commitb1a61c7ed7ce465dfd8b9e84b943f91651a912bb (patch)
treed12d0939ac275109353e48d0d4fdf61d007be663 /cobbler/action_sync.py
parent7100794427920b4d586e084612faf335f13761b4 (diff)
downloadthird_party-cobbler-b1a61c7ed7ce465dfd8b9e84b943f91651a912bb.tar.gz
third_party-cobbler-b1a61c7ed7ce465dfd8b9e84b943f91651a912bb.tar.xz
third_party-cobbler-b1a61c7ed7ce465dfd8b9e84b943f91651a912bb.zip
Misc fixes to IA64 syncing. Bugs still to be resolved in naming elilo.conf files the right thing.
Diffstat (limited to 'cobbler/action_sync.py')
-rw-r--r--cobbler/action_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index f8f403e..b7240f0 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -310,7 +310,7 @@ class BootSync:
if system.pxe_arch == "standard":
self.write_pxe_file(f2,system,profile,distro,False)
if system.pxe_arch == "ia64":
- self.write_ia64_file(f2,system,profile,distro,True)
+ self.write_pxe_file(f2,system,profile,distro,True)
self.write_system_file(f3,system)