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

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

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

View File

@ -40,22 +40,22 @@ For statelite, the following files will be copied to the appropriate directories
x.postinstall
x.exlist
where x is the profile name.
where x is the profile name.
Any extra files, included by B<--extra> flag in the B<imgexport> command, will also be copied to the appropriate directories.
Any extra files, included by B<--extra> flag in the B<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 B<-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.
If B<-f> flag is not specified, all the files will be copied to the same directories as the source. If it is specified, the old profile name x will be changed to the new and the files will be copied to the appropriate directores for the new profiles. For example, I</opt/xcat/share/xcat/netboot/sles/x.pkglist> will be copied to I</install/custom/netboot/sles/compute_new.pkglist> and I</install/netboot/sles11/ppc64/x/kernel> will be copied to I</install/netboot/sles11/ppc64/compute_new/kernel>. This flag is commonly used when you want to copy the image on the same xCAT mn so you can make modification on the new one.
If B<-f> flag is not specified, all the files will be copied to the same directories as the source. If it is specified, the old profile name x will be changed to the new and the files will be copied to the appropriate directores for the new profiles. For example, I</opt/xcat/share/xcat/netboot/sles/x.pkglist> will be copied to I</install/custom/netboot/sles/compute_new.pkglist> and I</install/netboot/sles11/ppc64/x/kernel> will be copied to I</install/netboot/sles11/ppc64/compute_new/kernel>. This flag is commonly used when you want to copy the image on the same xCAT mn so you can make modification on the new one.
After this command, you can run the B<nodeset> command and then start deploying the nodes. You can also choose to modify the files and run the following commands before the node deployment.
After this command, you can run the B<nodeset> command and then start deploying the nodes. You can also choose to modify the files and run the following commands before the node deployment.
For stateful:
nodeset
For stateless:
For stateless:
genimage
packimage
nodeset
@ -72,7 +72,7 @@ For statelite
=item B<-f|--profile> I<new_profile>
Import the image with a new profile name.
Import the image with a new profile name.
=item B<-h|--help>
@ -101,14 +101,14 @@ Verbose output.
imgimport foo.gz
2. Import the image with postscript names.
2. Import the image with postscript names.
imgimport foo.gz -p node1,node2
The I<postscripts> table will be updated with the name of the I<postscripts> and the I<postbootscripts> for node1 and node2.
3. Import the image with a new profile name
3. Import the image with a new profile name
imgimport foo.gz -f compute_test