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
This commit is contained in:
jbjohnso 2011-04-25 17:56:02 +00:00
parent a8e0f45821
commit fcfad918a8

View File

@ -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!;
}