for kdump bug on non-p7 ih power server, bug number 2898

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15083 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2013-02-07 03:33:17 +00:00
parent 4c5f1d54d6
commit 6baabbe7bc

View File

@ -714,7 +714,7 @@ sub mknetboot
$useifname=1;
$kcmdline .= "ifname=".$reshash->{$node}->[0]->{primarynic}.":";
}else{
if($osver =~ /rhels5/ and $arch=~ /ppc/)
if($arch=~ /ppc/)
{
$usemac=1;
}