From 6baabbe7bc0026065173ffbeab831519f992dd17 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Thu, 7 Feb 2013 03:33:17 +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@15083 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 c6b1e1a36..a67d58bc2 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -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; }