mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-22 11:10:24 +00:00
No longer bother trying to do 32-bit only x86 and ppc for genesis image
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12412 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -1678,7 +1678,7 @@ sub mknb
|
||||
{
|
||||
if ($::arch eq "x86_64" || $::arch eq "x86")
|
||||
{
|
||||
foreach my $ar (qw(x86 x86_64 ppc64))
|
||||
foreach my $ar (qw(x86_64))
|
||||
{
|
||||
my $cmd = "$::XCATROOT/sbin/mknb $ar";
|
||||
my $outref = xCAT::Utils->runcmd("$cmd", 0);
|
||||
|
Reference in New Issue
Block a user