Increased lpar_netboot timeout - Line #575
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@640 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f976f77fa5
commit
98e8fdecb2
@ -572,9 +572,8 @@ sub lpar_netboot {
|
||||
my $name = shift;
|
||||
my $d = shift;
|
||||
my $opt = shift;
|
||||
my $timeout = 300;
|
||||
my $timeout = 600;
|
||||
my $cmd = "lpar_netboot -t ent -f";
|
||||
my $mac;
|
||||
|
||||
#####################################
|
||||
# Verbose output
|
||||
@ -591,7 +590,7 @@ sub lpar_netboot {
|
||||
#####################################
|
||||
# Get MAC-address or network boot
|
||||
#####################################
|
||||
$mac = $opt->{m};
|
||||
my $mac = $opt->{m};
|
||||
$cmd.= ( defined( $mac )) ? " -m $mac" : " -M -A -n";
|
||||
|
||||
#####################################
|
||||
|
Loading…
Reference in New Issue
Block a user