2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-19 04:40:21 +00:00

For x86 also need to exclude Product-SLED

This commit is contained in:
Mark Gurevich
2021-03-16 17:33:13 -04:00
parent d464c4fc6c
commit 42ffdddf9b

View File

@ -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-/){