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:
jbjohnso 2012-04-30 16:24:23 +00:00
parent a60faa9535
commit 039f6191f2

View File

@ -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);