2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-06-11 17:28:49 +00:00

Add check for Ubuntu on Power7 where iso called powerpc

This commit is contained in:
Victor Hu
2014-10-08 13:32:24 -04:00
parent c3f0760164
commit e438c2f766
+1 -1
View File
@@ -281,7 +281,7 @@ sub copycd
{
$darch = "ppc64el";
}
elsif ($darch and $darch =~ /ppc/)
elsif ($darch and ($darch =~ /ppc/ or $darch =~ /powerpc/))
{
$darch = "ppc64";
}