2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-17 16:50:22 +00:00

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

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

View File

@@ -18,11 +18,11 @@ The B<imgcapture> command supports two image types: B<diskless> and B<sysclone>.
The B<diskless> type:
The attributes of osimage will be used to capture and prepare the root image. The B<osver>, B<arch> and B<profile> attributes for the stateless/statelite image to be created are duplicated from the B<node>'s attribute. If the B<-p|--profile> I<profile> option is specified, the image will be created under "/<I<installroot>>/netboot/<osver>/<arch>/<I<profile>>/rootimg".
The attributes of osimage will be used to capture and prepare the root image. The B<osver>, B<arch> and B<profile> attributes for the stateless/statelite image to be created are duplicated from the B<node>'s attribute. If the B<-p|--profile> I<profile> option is specified, the image will be created under "/<I<installroot>>/netboot/<osver>/<arch>/<I<profile>>/rootimg".
The default files/directories excluded in the image are specified by /opt/xcat/share/xcat/netboot/<os>/<I<profile>>.<osver>.<arch>.imgcapture.exlist; also, you can put your customized file (<I<profile>>.<osver>.<arch>.imgcapture.exlist) to /install/custom/netboot/<osplatform>. The directories in the default I<.imgcapture.exlist> file are necessary to capture the image from the diskful Linux node managed by xCAT, don't remove it.
The image captured will be extracted into the /<I<installroot>>/netboot/<B<osver>>/<B<arch>>/<B<profile>>/rootimg directory.
The image captured will be extracted into the /<I<installroot>>/netboot/<B<osver>>/<B<arch>>/<B<profile>>/rootimg directory.
After the B<imgcapture> command returns without any errors, you can customize the rootimg and run the B<liteimg>/B<packimage> command with the options you want.
@@ -40,7 +40,7 @@ The B<imgcapture> command will create the I<osimage> definition after the image
Specify the osimage type you want to capture, two types are supported: diskless and sysclone.
=item B<-p|--profile> I<profile>
=item B<-p|--profile> I<profile>
Assign I<profile> as the profile of the image to be created.
@@ -72,7 +72,7 @@ For S390x:
If the network interface is not in the above list, you'd better specify the driver modules with this option.
=item B<-h|--help>
=item B<-h|--help>
Display the usage message.