2
0
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:
cxhong 2020-04-30 13:41:04 -04:00
parent d2542dd12d
commit 053df627e1

View File

@ -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;