mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 20:30:56 +00:00
Add support for SLES15 SP2
This commit is contained in:
@ -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;
|
||||
|
@ -6,3 +6,4 @@ insserv-compat
|
||||
net-tools-deprecated
|
||||
rsyslog
|
||||
nfs-client
|
||||
wget
|
||||
|
Reference in New Issue
Block a user