diff --git a/xCAT-client/pods/man1/lskit.1.pod b/xCAT-client/pods/man1/lskit.1.pod index 63249786f..521252cdc 100644 --- a/xCAT-client/pods/man1/lskit.1.pod +++ b/xCAT-client/pods/man1/lskit.1.pod @@ -6,6 +6,7 @@ B - Lists information for one or more Kits. =head1 SYNOPSIS B [B<-V> | B<--verbose>] + [B<-F> | B<--framework> I] [B<-x> | B<--xml> | B<--XML>] [B<-K> | B<--kitattr> I] [B<-R> | B<--repoattr> I] @@ -14,6 +15,8 @@ B [B<-V> | B<--verbose>] B [B<-?> | B<-h> | B<--help> | B<-v> | B<--version>] +B [B<-F> | B<--framework> I] + =head1 DESCRIPTION @@ -29,6 +32,10 @@ Input to the command can specify any number or combination of the input options. =over 10 +=item B<-F|--framework> I + +Use this option to display the framework values of the specified Kit tarfile. This information is retreived directly from the tarfile and can be done before the Kit has been defined in the xCAT database. This option cannot be combined with other options. + =item B<-K|--kitattr> I Where I is a comma-delimited list of kit attribute names. The names correspond to attribute names in the B table. The B command will only display the specified kit attributes. @@ -138,6 +145,17 @@ To list the kit "kit-test1-1.0-Linux" for selected attributes, enter: lskit -K basename,description -R kitreponame -C kitcompname kit-test1-1.0-Linux +=item 4. + +To list the framework value of a Kit tarfile. + + lskit -F /myhome/mykits/pperte-1.3.0.2-0-x86_64.tar.bz2 + + Extracting the kit.conf file from /myhome/mykits/pperte-1.3.0.2-0-x86_64.tar.bz2. Please wait. + + kitframework=2 + compatible_kitframeworks=0,1,2 + =back