mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 20:30:56 +00:00
For x86 also need to exclude Product-SLED
This commit is contained in:
@ -342,7 +342,7 @@ sub subvars {
|
||||
$product_dir=$subdir;
|
||||
if($subdir =~ /^Module-/){
|
||||
$product_name="sle-".lc($subdir);
|
||||
}elsif($subdir =~ /^Product-SUSE-Manager-Server|^Product-SLES_SAP/){
|
||||
}elsif($subdir =~ /^Product-SUSE-Manager-Server|^Product-SLES_SAP|^Product-SLED/){
|
||||
# Skip product directories that are not "SLES", causes conflict on SLE15.2
|
||||
next;
|
||||
}elsif($subdir =~ /^Product-/){
|
||||
|
Reference in New Issue
Block a user