From 039f6191f2c89d965e6aca82370ef38139cd4d78 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 30 Apr 2012 16:24:23 +0000 Subject: [PATCH] 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 --- xCAT-server/sbin/xcatconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 9f97188ec..19de64d00 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -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);