mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-16 11:20:32 +00:00
fix defect #4327 [dev] copycds should use ppc64le instead of ppc64el in ubuntu ppc64le
This commit is contained in:
@ -279,7 +279,7 @@ sub copycd
|
||||
}
|
||||
elsif ($darch and $darch =~ /ppc64el/)
|
||||
{
|
||||
$darch = "ppc64el";
|
||||
$darch = "ppc64le";
|
||||
}
|
||||
elsif ($darch and ($darch =~ /ppc/ or $darch =~ /powerpc/))
|
||||
{
|
||||
|
Reference in New Issue
Block a user