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