From d4c332557eb5968fdafe14f8ab2ea8003a98c651 Mon Sep 17 00:00:00 2001 From: ligc Date: Wed, 17 Dec 2014 11:43:09 +0800 Subject: [PATCH] fix for bug 4472, copycds problems with rhels7.1 ppc64le --- xCAT-server/lib/xcat/plugins/anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 xCAT-server/lib/xcat/plugins/anaconda.pm diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm old mode 100644 new mode 100755 index 7d904968d..b38dd3cb0 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -2338,7 +2338,7 @@ sub copycd ); return; } - if ($arch =~ /ppc/) { $arch = "ppc64" } + if ($arch eq "ppc") { $arch = "ppc64" } } if($inspection)