mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-13 01:40:26 +00:00
Merge pull request #2998 from zet809/fix_issue_2350
Fix issue 2350: Wcons IPMI not working due to xcat code
This commit is contained in:
@ -125,7 +125,9 @@ if (grep /IPMI Version : 1.5/, @mcinfo) {
|
||||
$solcom = "isol";
|
||||
$iface = "lan";
|
||||
} elsif (grep /Manufacturer ID : 343/, @mcinfo && ! grep /Product ID : 117/,@mcinfo) {
|
||||
$isintel = 1;
|
||||
if (! grep /Product ID\s*:\s*64/,@mcinfo) {
|
||||
$isintel = 1;
|
||||
}
|
||||
}
|
||||
my $inteloption = "";
|
||||
if ($isintel) {
|
||||
|
Reference in New Issue
Block a user