fix for bug 4472, copycds problems with rhels7.1 ppc64le

This commit is contained in:
ligc 2014-12-17 11:43:09 +08:00
parent a1ae55521a
commit d4c332557e

2
xCAT-server/lib/xcat/plugins/anaconda.pm Normal file → Executable file
View File

@ -2338,7 +2338,7 @@ sub copycd
);
return;
}
if ($arch =~ /ppc/) { $arch = "ppc64" }
if ($arch eq "ppc") { $arch = "ppc64" }
}
if($inspection)