mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-16 03:10:36 +00:00
fix a minor bug for osimgname
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14435 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -899,7 +899,7 @@ sub subvars_for_mypostscript {
|
||||
|
||||
|
||||
my $osimgname = $provmethod;
|
||||
if($osimgname =~ /install|netboot|statelite/){
|
||||
if($osimgname =~ /^(install|netboot|statelite)$/){
|
||||
$osimgname = "$os-$arch-$provmethod-$profile";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user