From 4ce55c617529c83f87f18c8f28834cc238b5cf03 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Fri, 8 Mar 2013 02:45:16 +0000 Subject: [PATCH] sync from trunk git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15417 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 53f28cbb0..4520a3ed9 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; }