2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 13:21:12 +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

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;