fix for bug 2835509

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3984 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2009-08-11 11:49:15 +00:00
parent d05a87b080
commit 3db6884c4e

View File

@ -458,7 +458,13 @@ sub mkinstall
$kcmdline .= "n8r";
}
}
# for pSLES installation, the dhcp request may timeout
# due to spanning tree settings or multiple network adapters.
# use dhcptimeout=150 to avoid dhcp timeout
if ($arch =~ /ppc/)
{
$kcmdline .= " dhcptimeout=150";
}
if ($arch =~ /x86/)
{
$bptab->setNodeAttribs(