man page updates for imgimport and imgexport

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7452 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2010-09-14 20:31:11 +00:00
parent 105925d46b
commit 5307871b16
2 changed files with 10 additions and 1 deletions

View File

@ -31,7 +31,9 @@ For stateless:
For statelite:
kernel
initrd.gz
root image tree
x.pkglist
x.synclist
x.otherpkgs.pkglist
@ -40,8 +42,11 @@ For statelite:
where x is the name of the profile.
Any files specified by the -e flag will also be exported. If -p flag is specified, the names of the postscripts and the postbootscripts for the given node will be exported. The postscripts themsleves need to be manualy exported using -e flag.
For statelite, the litefile table settings for the image will also be exported. The litetree and statelite tables are not exported.
=head1 OPTIONS

View File

@ -29,7 +29,9 @@ For stateless, the following files will be copied to the appropriate directories
x.exlist
For statelite, the following files will be copied to the appropriate directories.
kernel
initrd.gz
root image tree
x.pkglist
x.synclist
x.otherpkgs.pkglist
@ -38,7 +40,9 @@ For statelite, the following files will be copied to the appropriate directories
where x is the profile name.
Any extra files, included by --extra flag in the imgexport command, will also be copied to the appropriate directories.
Any extra files, included by --extra flag in the imgexport command, will also be copied to the appropriate directories.
For statelite, the litefile table will be updated for the image. The litetree and statelite tables are not imported.
If -p flag is specified, the I<postscripts> table will be updated with the postscripts and the postbootscripts names from the image for the nodes given by this flag.