From 5f8ed93998acafe96ebedc7523f199a58c630aab Mon Sep 17 00:00:00 2001 From: xq2005 Date: Wed, 13 Mar 2013 06:38:51 +0000 Subject: [PATCH] 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@15472 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index 572ccf3fb..0571a0135 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -719,7 +719,7 @@ sub mknetboot $useifname=1; $kcmdline .= "ifname=".$reshash->{$node}->[0]->{primarynic}.":"; }else{ - if($osver =~ /rhels5/ and $arch=~ /ppc/) + if($arch=~ /ppc/) { $usemac=1; }