From 8eae49b6d6e9c3f9b8d0e1a528be75e77403a793 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 22 Oct 2012 15:21:31 +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/trunk@14075 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 5e648d6e0..438b4f38b 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -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);