update imgexport/imgimport manpage to surpport kits
This commit is contained in:
parent
ece1fd7d03
commit
95d332aa23
@ -11,13 +11,14 @@ B<imgexport image_name [destination] [[-e|--extra file:dir] ... ] [-p|--postscri
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
The imgexport command will export an image that is being used by xCAT. To export images, you must have the images defined in the I<osimage> table. All the columns in the I<osimage> and I<linuximage> tables will be exported. In addition, the following files will also be exported.
|
||||
The imgexport command will export an image that is being used by xCAT. To export images, you must have the images defined in the I<osimage> table. All the columns in the I<osimage> and I<linuximage> tables will be exported. If kits are used in statefull or stateless images, I<kit>, I<kitconponent> and I<kitrepo> tables will be exported. In addition, the following files will also be exported.
|
||||
|
||||
For statefull:
|
||||
x.pkglist
|
||||
x.otherpkgs.pkglist
|
||||
x.tmpl
|
||||
x.synclist
|
||||
kits related files
|
||||
|
||||
For stateless:
|
||||
kernel
|
||||
@ -28,6 +29,7 @@ For stateless:
|
||||
x.synclist
|
||||
x.postinstall
|
||||
x.exlist
|
||||
kits related files
|
||||
|
||||
|
||||
For statelite:
|
||||
|
@ -17,6 +17,7 @@ For statefull, the following files will be copied to the appropriate directories
|
||||
x.otherpkgs.pkglist
|
||||
x.tmpl
|
||||
x.synclist
|
||||
kits related files
|
||||
|
||||
For stateless, the following files will be copied to the appropriate directories.
|
||||
kernel
|
||||
@ -27,6 +28,7 @@ For stateless, the following files will be copied to the appropriate directories
|
||||
x.synclist
|
||||
x.postinstall
|
||||
x.exlist
|
||||
kits related files
|
||||
|
||||
For statelite, the following files will be copied to the appropriate directories.
|
||||
kernel
|
||||
|
Loading…
Reference in New Issue
Block a user