mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 13:22:36 +00:00 
			
		
		
		
	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:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user