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

Add support for SLES15 SP2

This commit is contained in:
Mark Gurevich
2021-03-16 16:08:35 -04:00
parent 7a56cc16f9
commit d464c4fc6c
2 changed files with 4 additions and 0 deletions

View File

@ -342,6 +342,9 @@ sub subvars {
$product_dir=$subdir;
if($subdir =~ /^Module-/){
$product_name="sle-".lc($subdir);
}elsif($subdir =~ /^Product-SUSE-Manager-Server|^Product-SLES_SAP/){
# Skip product directories that are not "SLES", causes conflict on SLE15.2
next;
}elsif($subdir =~ /^Product-/){
$subdir=~s/Product-//;
$product_name=$subdir;

View File

@ -6,3 +6,4 @@ insserv-compat
net-tools-deprecated
rsyslog
nfs-client
wget