Added the manpage of addkit -i|--inspection option to show the summary of the given kits without adding them.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15560 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
bc1554306b
commit
e88555600a
@ -6,6 +6,8 @@ B<addkit> - Install a kit on the xCAT management node
|
||||
|
||||
B<addkit> [-h|--help]
|
||||
|
||||
B<addkit> [-i|--inspection] <kitlist>
|
||||
|
||||
B<addkit> [-V|--verbose] [-p|--path <path>] <kitlist>
|
||||
|
||||
=head1 DESCRIPTION
|
||||
@ -22,6 +24,10 @@ B<-V|--verbose>
|
||||
|
||||
Verbose mode.
|
||||
|
||||
B<-i|--inspection>
|
||||
|
||||
Show the summary of the given kits
|
||||
|
||||
B<-p|--path <path>>
|
||||
|
||||
The destination directory to which the contents of the kit tarfiles and/or kit deploy dirs will be copied. When this option is not specified, the default destination directory will be formed from the installdir site attribute with ./kits subdirectory.
|
||||
@ -62,6 +68,16 @@ Output is similar to:
|
||||
|
||||
Kit /kit/kit-test1.tar.bz2 was successfully added.
|
||||
|
||||
4. To read the general infomration of the kit, without adding the kits to xCAT DB
|
||||
|
||||
addkit -i kit-test1.tar.bz2
|
||||
|
||||
Output is similar to:
|
||||
|
||||
kitname=xlc-12.1.0.0-Linux
|
||||
description=XLC12 for Linux
|
||||
version=12.1.0.0
|
||||
ostype=Linux
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user