2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-10 14:51:30 +00:00

fix for bug 4472: copycds should not change ppc.* to ppc64

This commit is contained in:
ligc
2014-12-18 15:16:41 +08:00
parent 6275c6fc8c
commit c09714a617

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)