2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-03 03:50:08 +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

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";
}