summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-02-19 14:56:45 -0500
committerJim Meyering <jim@meyering.net>2007-02-19 14:56:45 -0500
commit4a2197efaa111af43ebfcc4455112a2ce2a89ea7 (patch)
treecbb856252ebda6066c0119ff08f2200f31faba24 /cobbler
parent9abf7a23819275bc32869b056eb28c711bc7e10c (diff)
downloadthird_party-cobbler-4a2197efaa111af43ebfcc4455112a2ce2a89ea7.tar.gz
third_party-cobbler-4a2197efaa111af43ebfcc4455112a2ce2a89ea7.tar.xz
third_party-cobbler-4a2197efaa111af43ebfcc4455112a2ce2a89ea7.zip
Bundle and install menu.c32 for those distros (like RHEL4) that don't package it.
Diffstat (limited to 'cobbler')
-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 a2343f4..1cb4fc7 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -118,7 +118,7 @@ class BootSync:
newname = os.path.basename(path)
destpath = os.path.join(self.settings.tftpboot, newname)
self.copyfile(path, destpath)
- self.copyfile("/usr/lib/syslinux/menu.c32", os.path.join(self.settings.tftpboot, "menu.c32"))
+ self.copyfile("/var/lib/cobbler/menu.c32", os.path.join(self.settings.tftpboot, "menu.c32"))
def write_dhcp_file(self):