From fcfad918a8dacc401db66f40e4e446f0c07e8dcd Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 25 Apr 2011 17:56:02 +0000 Subject: [PATCH] Fix esxi5 path to xcatmod.tgz M xCAT-server/lib/xcat/plugins/esx.pm git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9395 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 e8664f6f7..8ac1b8531 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -3778,7 +3778,7 @@ sub copycd { if (/^modules=/ and $_ !~ /xcatmod.tgz/) { chomp(); - s! *\z! --- /xcatmod.tgz\n!; + s! *\z! --- xcatmod.tgz\n!; } s!Loading ESXi installer!xCAT is loading ESXi stateless!; }