From d01a86fe6c85ace0d3d0494bc2b875b2141d1127 Mon Sep 17 00:00:00 2001 From: nott Date: Thu, 23 Aug 2012 17:14:07 +0000 Subject: [PATCH] add completeosimage option git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13591 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/mknimimage.1.pod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xCAT-client/pods/man1/mknimimage.1.pod b/xCAT-client/pods/man1/mknimimage.1.pod index a472cb653..e9158eb28 100644 --- a/xCAT-client/pods/man1/mknimimage.1.pod +++ b/xCAT-client/pods/man1/mknimimage.1.pod @@ -8,7 +8,7 @@ B B -B +B =head1 DESCRIPTION @@ -193,6 +193,10 @@ Note that you may specify multiple "script", "otherpkgs", and "installp_bundle" Used to specify the path name of a mksysb file to use when defining a NIM mksysb resource. +=item B<-c|--completeosimage> + +Complete the creation of the osimage definition passed in on the command line. This option will use any additonal values passed in on the command line and/or it will attempt to create required resources in order to complete the definition of the xCAT osimage. For example, if the osimage definition is missing a spot or shared_root resource the command will create those resources and add them to the osimage definition. + =item B<-f|--force> Use the force option to re-create xCAT osimage definition. This option removes the old definition before creating the new one. It does not remove any of the NIM resource definitions named in the osimage definition. Use the B command to remove the NIM resources associated with an xCAT osimage definition.