-Fix mistake in module name
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4183 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f66a39818b
commit
e31288f732
@ -269,8 +269,8 @@ sub makescript {
|
||||
elsif ($os =~ /aix.*/) { $platform = "aix"; }
|
||||
}
|
||||
if (($nodesetstate) && ($nodesetstate eq "netboot")) { $stat="netboot";}
|
||||
my $pkglist=xCAT::SvrUtil->get_otherpkgs_pkglist_file_name("/install/custom/$stat/$platform", $profile, $os, $arch);
|
||||
if (!$pkglist) { $pkglist=xCAT::SvrUtil->get_otherpkgs_pkglist_file_name("$::XCATROOT/share/xcat/$stat/$platform", $profile, $os, $arch); }
|
||||
my $pkglist=xCAT::SvrUtils->get_otherpkgs_pkglist_file_name("/install/custom/$stat/$platform", $profile, $os, $arch);
|
||||
if (!$pkglist) { $pkglist=xCAT::SvrUtils->get_otherpkgs_pkglist_file_name("$::XCATROOT/share/xcat/$stat/$platform", $profile, $os, $arch); }
|
||||
|
||||
if ($pkglist) {
|
||||
my @otherpkgs=();
|
||||
|
Loading…
x
Reference in New Issue
Block a user