2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-20 13:10:34 +00:00

Fix piflash invocation

iflash64 requires --unattended to behave properly.  Inject that
into the $::utilcmd to provide correct function.
This commit is contained in:
Jarrod Johnson
2015-05-27 15:51:34 -04:00
parent ae1457ed52
commit 21a1a1b1bd

View File

@ -28,7 +28,7 @@ if ($iam =~ /pasu/) {
$::utilcmd = '/opt/ibm/toolscenter/asu/asu64';
}
} elsif ($iam =~ /piflash/) {
$::utilcmd = '/opt/xcat/sbin/iflash64';
$::utilcmd = '/opt/xcat/sbin/iflash64 --unattended';
}
my $interface;
my $username;