From 77f206907ba6c83f2919c8ba7c3439c17ceadb38 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Wed, 13 Mar 2013 06:39:54 +0000 Subject: [PATCH] sync from trunk git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15473 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; }