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);