From adeef7b545391377e4629eb41c67e8bf01429c0b Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 30 Apr 2012 16:24:11 +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/branches/2.7@12411 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 0898da856..98d9ad133 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);