2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-29 14:28:14 +00:00

Remove trailing spaces in file xCAT-client/pods/man1/imgexport.1.pod

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent ed2e341862
commit 50fea637a7

View File

@@ -45,7 +45,7 @@ For statelite:
where x is the name of the profile.
Any files specified by the B<-e> flag will also be exported. If B<-p> flag is specified, the names of the postscripts and the postbootscripts for the given node will be exported. The postscripts themselves need to be manualy exported using B<-e> flag.
Any files specified by the B<-e> flag will also be exported. If B<-p> flag is specified, the names of the postscripts and the postbootscripts for the given node will be exported. The postscripts themselves need to be manualy exported using B<-e> flag.
For statelite, the litefile table settings for the image will also be exported. The litetree and statelite tables are not exported.
@@ -55,15 +55,15 @@ For statelite, the litefile table settings for the image will also be exported.
=item B<-e|--extra> I<srcfile:destdir>
Pack up extra files. If I<destdir> is omitted, the destination directory will be the same as the source directory.
Pack up extra files. If I<destdir> is omitted, the destination directory will be the same as the source directory.
=item B<-h|--help>
Display usage message.
=item B<-p|--postscripts> I<node_name>
Get the names of the postscripts and postbootscripts for the given node and pack them into the image.
Get the names of the postscripts and postbootscripts for the given node and pack them into the image.
=item B<-v|--verbose>
@@ -71,11 +71,11 @@ Verbose output.
=item I<image_name>
The name of the image. Use B<lsdef -t osimage> to find out all the image names.
The name of the image. Use B<lsdef -t osimage> to find out all the image names.
=item I<destination>
The output bundle file name.
The output bundle file name.
=back
@@ -98,7 +98,7 @@ foo.tgz will be built in the current working directory. Make sure that you have
imgexport Default_Stateless_1265981465 foo.tgz -e /install/postscripts/myscript1 -e /tmp/mydir:/usr/mydir
In addition to all the default files, this will export I</install/postscripts/myscript1> and the whole directory I</tmp/dir> into the file called foo.tgz. And when imgimport is called I</install/postscripts/myscript1> will be copied into the same directory and I</tmp/mydir> will be copied to I</usr/mydir>.
In addition to all the default files, this will export I</install/postscripts/myscript1> and the whole directory I</tmp/dir> into the file called foo.tgz. And when imgimport is called I</install/postscripts/myscript1> will be copied into the same directory and I</tmp/mydir> will be copied to I</usr/mydir>.
3. To include postscript with your image: