From 6d76a444090bfb6dabd31b079904d23f1535fd64 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Thu, 2 Jan 2014 01:12:19 -0500 Subject: [PATCH] fix man page of mknb to indicate that mknb only supports x86_64 --- xCAT-client/pods/man8/mknb.8.pod | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/xCAT-client/pods/man8/mknb.8.pod b/xCAT-client/pods/man8/mknb.8.pod index 5c0050981..53dc293b4 100644 --- a/xCAT-client/pods/man8/mknb.8.pod +++ b/xCAT-client/pods/man8/mknb.8.pod @@ -12,10 +12,7 @@ B I The B command is run by xCAT automatically, when xCAT is installed on the management node. It creates a network boot root image (used for node discovery, BMC programming, and flashing) for the same architecture that the management node is. So you normally do not need to run the B -command yourself. If you have nodes of a different architecture -than the management node (e.g. ppc), you can run B to create an additional network boot image for -that architecture. - +command yourself. Presently, only the arch x86_64 is supported. =head1 OPTIONS @@ -23,7 +20,7 @@ that architecture. =item I -The hardware architecture for which to build the boot image: x86, x86_64, ppc, ppc64 +The hardware architecture for which to build the boot image: x86_64 =back