Fix problem where nodeset install on esxi4.x media would fail

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14075 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-10-22 15:21:31 +00:00
parent 9590e98580
commit 8eae49b6d6

View File

@ -1635,6 +1635,7 @@ sub copyesxiboot {
my $targetdir = shift;
# this just does the same thing that the stateless version does.
unless(-f "$targetdir/mod.tgz"){
require xCAT_plugin::esx;
xCAT_plugin::esx::makecustomizedmod('esxi', $targetdir);
}
my @files = qw(mboot.c32 vmkboot.gz vmkernel.gz sys.vgz cim.vgz ienviron.vgz install.vgz);