2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core

This commit is contained in:
linggao 2015-05-27 15:53:22 -04:00
commit b5c3b5f4cf

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;