mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-24 15:05:36 +00:00
fix for bug 4472, copycds problems with rhels7.1 ppc64le
This commit is contained in:
2
xCAT-server/lib/xcat/plugins/anaconda.pm
Normal file → Executable file
2
xCAT-server/lib/xcat/plugins/anaconda.pm
Normal file → Executable file
@ -2338,7 +2338,7 @@ sub copycd
|
||||
);
|
||||
return;
|
||||
}
|
||||
if ($arch =~ /ppc/) { $arch = "ppc64" }
|
||||
if ($arch eq "ppc") { $arch = "ppc64" }
|
||||
}
|
||||
|
||||
if($inspection)
|
||||
|
Reference in New Issue
Block a user