From f1fe6f78018f85e3c8cea5faa206c11c71e09c0a Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Sat, 15 May 2010 01:44:30 +0000 Subject: [PATCH] -Fix missing filename in esx image copy git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6134 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/esx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index 3b7f92a43..172a9f8ce 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -2373,7 +2373,7 @@ sub mknetboot { $mods{"mod.tgz"}=1; } if (-r "$::XCATROOT/share/xcat/netboot/syslinux/mboot.c32") { #prefer xCAT patched mboot.c32 with BOOTIF for mboot - copy("$::XCATROOT/share/xcat/netboot/syslinux/", $dest); + copy("$::XCATROOT/share/xcat/netboot/syslinux/mboot.c32", $dest); } else { copy("$srcdir/mboot.c32", $dest); }