From e05b6c62b260b7b83642734e8265e709570b18a5 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Tue, 2 Apr 2013 04:59:28 +0000 Subject: [PATCH] Updated addkitcomp manpage for --noupgrade option git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15780 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/addkitcomp.1.pod | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/xCAT-client/pods/man1/addkitcomp.1.pod b/xCAT-client/pods/man1/addkitcomp.1.pod index 8b9f3d97d..d38650c21 100644 --- a/xCAT-client/pods/man1/addkitcomp.1.pod +++ b/xCAT-client/pods/man1/addkitcomp.1.pod @@ -6,7 +6,7 @@ B - Assign kit components to osimage. B [-h|--help] -B [-a|--adddeps] [-f|--force] [-V|--verbose] -i +B [-a|--adddeps] [-f|--force] [-n|--noupgrade] [-V|--verbose] -i =head1 DESCRIPTION @@ -34,6 +34,10 @@ B<-i > osimage name that kit component is assigning to +B<-n|--noupgrade> + +Allow multiple versions of kitcomponent to be installed into the osimage, instead of kitcomponent upgrade + B A comma-delimited list of valid full kit component names or kit component basenames that are to be added to the osimage. @@ -75,6 +79,21 @@ Output is similar to: Assigning kit component comp-test1-1.0-1-rhels-6.2-ppc64 to osimage rhels6.2-ppc64-netboot-compute Kit components comp-test1-1.0-1-rhels-6.2-ppc64 were added to osimage rhels6.2-ppc64-netboot-compute successfully +4. To assign a new version of kit component to osimage without upgrade. + +addkitcomp -n -i rhels6.2-ppc64-netboot-compute comp-test2-1.0-1-rhels-6.2-ppc64 + +Output is similar to: + +Assigning kit component comp-test1-1.0-1-rhels-6.0-ppc64 to osimage rhels6.2-ppc64-netboot-compute +Assigning kit component comp-test2-1.0-1-rhels-6.2-ppc64 to osimage rhels6.2-ppc64-netboot-compute +Kit components comp-test2-1.0-1-rhels-6.2-ppc64 were added to osimage rhels6.2-ppc64-netboot-compute successfully + +The result will be: +lsdef -t osimage rhels6.2-ppc64-netboot-compute -i kitcomponents +Object name: rhels6.2-ppc64-netboot-compute +kitcomponents=comp-test2-1.0-0-rhels-6.2-ppc64,comp-test2-1.0-1-rhels-6.2-ppc64 + =head1 SEE ALSO