From 21a1a1b1bded0f19581c8e41ec4f01f07b9cc6bf Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 27 May 2015 15:51:34 -0400 Subject: [PATCH] Fix piflash invocation iflash64 requires --unattended to behave properly. Inject that into the $::utilcmd to provide correct function. --- xCAT-client/bin/pasu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/bin/pasu b/xCAT-client/bin/pasu index 1504d55cf..e8679a221 100755 --- a/xCAT-client/bin/pasu +++ b/xCAT-client/bin/pasu @@ -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;