mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-13 01:40:26 +00:00
fix for osimage.postscripts and osimage.postbootscripts are not run on compute nodes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13753 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -661,7 +661,7 @@ sub makescript
|
||||
# get postscripts for images
|
||||
my $osimgname = $provmethod;
|
||||
|
||||
if($osimgname =~ /install|netboot|statelite/){
|
||||
if($osimgname =~ /^install$|^netboot$|^statelite$/){
|
||||
$osimgname = "$os-$arch-$provmethod-$profile";
|
||||
}
|
||||
my $et2 =
|
||||
|
Reference in New Issue
Block a user