diff --git a/perl-xCAT-2.0/xCAT/PPCboot.pm b/perl-xCAT-2.0/xCAT/PPCboot.pm index be3ff7d13..655a7904a 100644 --- a/perl-xCAT-2.0/xCAT/PPCboot.pm +++ b/perl-xCAT-2.0/xCAT/PPCboot.pm @@ -218,7 +218,7 @@ sub ivm_rnetboot { # Get command exit code ####################################### my $Rc = ( $? ) ? $? >> 8 : SUCCESS; - return( [SUCCESS,$result] ); + return( [$Rc,$result] ); }