From 0b44aaa1ad195fe6e5cb3485b0eef71ac42dc98b Mon Sep 17 00:00:00 2001 From: nott Date: Tue, 11 Jun 2013 14:44:54 +0000 Subject: [PATCH] more - better description of kit location git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16608 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-buildkit/pods/man1/buildkit.1.pod | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/xCAT-buildkit/pods/man1/buildkit.1.pod b/xCAT-buildkit/pods/man1/buildkit.1.pod index 79e30a54c..63d295a2f 100644 --- a/xCAT-buildkit/pods/man1/buildkit.1.pod +++ b/xCAT-buildkit/pods/man1/buildkit.1.pod @@ -22,17 +22,29 @@ You will need to run the B command several times with different subcom 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. -The kit I is the full path name of the directory that contains the kit files, including the kit basename. You would use the same location value for all the buildkit subcommands. +The kit I is the full path name of the directory that contains the kit files. You would use the same location value for all the buildkit subcommands. For example, to create a new kit named "prodkit" in the directory /home/mykits/ I run: + +=over 4 + +=item 1. + +If no location is provided then the command will create a subdirectory called "prodkit" in the current directory "/home/mykits" and the new kit files will be created there. B B or + +=item 2. + +If a location is provided then the Kit files will be created there. Note that the Kit name does not necessarily have to be the directory name where the kit files are located. B + +=back In both cases the /home/mykits/prodkit directory is created and the inital files for the kit are created in that directory. @@ -96,7 +108,6 @@ Build the kit tar file: B - =back =head1 OPTIONS @@ -225,9 +236,9 @@ B =item 4. -To create the sample kit located in /home/foobar/tstkit instead of the current working directory. +To create a kit named "tstkit" located in /home/foobar/tstkit instead of the current working directory. -B +B =back