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:
sakolish 2008-02-29 18:55:34 +00:00
parent f976f77fa5
commit 98e8fdecb2

View File

@ -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";
#####################################