From fb97c85957c2acfa9bec238de3d6032f96b483c7 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 22 Oct 2012 15:56:15 +0000 Subject: [PATCH] Fix problem where nodeset install on esxi4.x media would fail git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14080 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/anaconda.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index da5f8baf5..ddd406990 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -1487,6 +1487,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);