From c902672c600c88b7ee11730b716cb8ac35569e7d Mon Sep 17 00:00:00 2001 From: nott Date: Sat, 12 Oct 2013 12:50:55 -0400 Subject: [PATCH] add -v and aix note --- xCAT-buildkit/pods/man1/buildkit.1.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xCAT-buildkit/pods/man1/buildkit.1.pod b/xCAT-buildkit/pods/man1/buildkit.1.pod index ef68eb923..22786f6a7 100644 --- a/xCAT-buildkit/pods/man1/buildkit.1.pod +++ b/xCAT-buildkit/pods/man1/buildkit.1.pod @@ -1,6 +1,6 @@ =head1 NAME -B - build a product Kit to package software for installation in an xCAT cluster. +B - Used to build a software product Kit which may be used to install software in an xCAT cluster. =head1 SYNOPSIS @@ -18,6 +18,8 @@ B [B<-V>|B<--verbose>] I I [B<-p>|B<--pkgdir> I< The B command provides a collection of utilities that may be used to package a software product as a Kit tarfile that can be used to install software on the nodes of an xCAT cluster. A Kit contains the product software packages, configuration and control information, and install and customization scripts. +Note: The xCAT support for Kits is only available for Linux operating systems. + You will need to run the B command several times with different subcommands to step through the process of building a kit: By default the B subcommands will operate in the current working directory, (ie. look for files, create directories etc.). You could specify a different location by using the "B<-l | --kitloc> I" option.