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/branches/2.7@12411 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
247e71445a
commit
adeef7b545
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user