Removed --overwrite option in chkkitcomp, since chkkitcomp could verify the kit component list correctly.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14161 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
34df3dccb0
commit
9fe6127b0e
@ -6,7 +6,7 @@ B<chkkitcomp> - Check if kit component fits to osimage.
|
||||
|
||||
B<chkkitcomp> [-h|--help]
|
||||
|
||||
B<chkkitcomp> [-o|--overwrite] [-V|--verbose] -i <osimage> <kitcompname_list>
|
||||
B<chkkitcomp> [-V|--verbose] -i <osimage> <kitcompname_list>
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
@ -14,10 +14,6 @@ The B<chkkitcomp> command will check if the kit components are fitting to the os
|
||||
|
||||
=head1 OPTIONS
|
||||
|
||||
B<-o|--overwrite>
|
||||
|
||||
Fully replace the kit component list in osimage.kitcomponents with <kitcompname_list>.
|
||||
|
||||
B<-h|--help>
|
||||
|
||||
Display usage message.
|
||||
@ -51,14 +47,6 @@ Output is similar to:
|
||||
|
||||
Kit components comp-test1-1.0-1-rhels-6.2-ppc64 fit to osimage rhels6.2-ppc64-netboot-compute
|
||||
|
||||
3. To check if a kit component is fitting to an osimage and write the current kitcompname_list specified in command line to osimage.kitcomponents attribute.
|
||||
|
||||
chkkitcomp -o -i rhels6.2-ppc64-netboot-compute comp-test1-1.0-1-rhels-6.2-ppc64
|
||||
|
||||
Output is similar to:
|
||||
|
||||
kitcomponents comp-test1-1.0-1-rhels-6.2-ppc64 were removed from osimage rhels6.2-ppc64-netboot-compute successfully
|
||||
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user