Made lanplus default, secondary for Fujitsu only.

Signed-off-by: digimer <mkelly@alteeve.ca>
main
digimer 10 months ago
parent 82341df508
commit caf5e9550e
  1. 8
      Anvil/Tools/System.pm

@ -2565,11 +2565,11 @@ LIMIT 1
}}); }});
# See if the current password works. # See if the current password works.
my $lanplus = "no-yes"; my $lanplus = "yes-no";
if (($manufacturer eq "HP") or ($manufacturer eq "Dell")) if ($manufacturer eq "Fujitsu")
{ {
# These need LAN Plus # Fujitsu doesn't usually need lanplus
$lanplus = "yes-no" $lanplus = "no-yes"
} }
$host_ipmi = $anvil->System->test_ipmi({ $host_ipmi = $anvil->System->test_ipmi({
debug => $debug, debug => $debug,

Loading…
Cancel
Save