mirror of
https://github.com/xcat2/xcat-dep.git
synced 2025-08-25 12:40:22 +00:00
support to build ipmitool-xcat on sle15
This commit is contained in:
@@ -25,6 +25,8 @@ if (grep /Red Hat Enterprise Linux Server release 5\.\d/, @output) {
|
||||
$os = "sles11";
|
||||
} elsif (grep /SUSE Linux Enterprise Server 12/, @output) {
|
||||
$os = "sles12";
|
||||
} elsif (grep /SUSE Linux Enterprise Server 15/, @output) {
|
||||
$os = "sle15";
|
||||
} else {
|
||||
print "unknow os\n";
|
||||
exit 1;
|
||||
|
Reference in New Issue
Block a user