mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 17:11:45 +00:00
support to build ipmitool-xcat on sle15
This commit is contained in:
parent
d2542dd12d
commit
053df627e1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user