mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 11:42:05 +00:00
Remove trailing spaces in file xCAT-client/pods/man1/genimage.1.pod
This commit is contained in:
parent
a310fc1706
commit
68f700e46e
@ -14,7 +14,7 @@ B<genimage> [B<-h> | B<--help> | B<-v> | B<--version>]
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
Generates a stateless and a statelite image that can be used to boot xCAT nodes in a diskless mode.
|
||||
Generates a stateless and a statelite image that can be used to boot xCAT nodes in a diskless mode.
|
||||
|
||||
genimage will use the osimage definition for information to generate this image. Additional options specified on the command line will override any corresponding previous osimage settings, and will be written back to the osimage definition.
|
||||
|
||||
@ -29,7 +29,7 @@ for stateless: B<packimage>
|
||||
|
||||
for statelite: B<liteimg>
|
||||
|
||||
Besides prompting for some parameter values, the B<genimage> command takes default guesses for the parameters not specified or not defined in the I<osimage> and I<linuximage> tables. It also assumes default answers for questions from the yum/zypper command when installing rpms into the image. Use B<--interactive> flag if you want the yum/zypper command to prompt you for the answers.
|
||||
Besides prompting for some parameter values, the B<genimage> command takes default guesses for the parameters not specified or not defined in the I<osimage> and I<linuximage> tables. It also assumes default answers for questions from the yum/zypper command when installing rpms into the image. Use B<--interactive> flag if you want the yum/zypper command to prompt you for the answers.
|
||||
|
||||
If B<--onlyinitrd> is specified, genimage only regenerates the initrd for a stateless image to be used for a diskless install.
|
||||
|
||||
@ -72,7 +72,7 @@ This argument is now optional, and allows you to specify the network boot interf
|
||||
This argument is now optional, and allows you to specify the driver
|
||||
modules needed for the network interface(s) on your stateless nodes. If
|
||||
you do not specify this option, the default is to include all recent IBM
|
||||
xSeries network drivers.
|
||||
xSeries network drivers.
|
||||
|
||||
If specified, I<nodenetdrivers> should be a comma separated list of
|
||||
network drivers to be used by the stateless nodes (Ie.: -n tg3,e1000).
|
||||
@ -108,15 +108,15 @@ in the install image.
|
||||
|
||||
=item B<-g> I<krpmver>
|
||||
|
||||
Use this flag to specify the rpm version for kernel packages in the image. It must be present if -k flag is specified in the command for SLES. Generally, the value of -g is the part after B<linux-> and before B<.rpm> in a kernel rpm name.
|
||||
Use this flag to specify the rpm version for kernel packages in the image. It must be present if -k flag is specified in the command for SLES. Generally, the value of -g is the part after B<linux-> and before B<.rpm> in a kernel rpm name.
|
||||
|
||||
=item B<-m> statelite
|
||||
|
||||
This flag is for Ubuntu, Debian and Fedora12 only. Use this flag to specify if you want to generate statelite image. The default is to generate stateless image for these three operating systems. For others, this flag is invalid because both stateless and statelite images will be generated with this command.
|
||||
|
||||
=item B<--interactive>
|
||||
=item B<--interactive>
|
||||
|
||||
This flag allows the user to answer questions from yum/zypper command when installing rpms into the image. If it is not specified, '-y' will be passed to the yum command and '--non-interactive --no-gpg-checks' will be passed to the zypper command as default answers.
|
||||
This flag allows the user to answer questions from yum/zypper command when installing rpms into the image. If it is not specified, '-y' will be passed to the yum command and '--non-interactive --no-gpg-checks' will be passed to the zypper command as default answers.
|
||||
|
||||
=item B<--dryrun>
|
||||
|
||||
@ -125,7 +125,7 @@ This flag shows the underlying call to the os specific genimage function. The us
|
||||
|
||||
=item B<-t> I<tmplimit>
|
||||
|
||||
(Deprecated) This flag allows the user to setup the /tmp and the /var/tmp file system sizes. This flag is no longer supported. You can overwrite any file system size using the .postinstall script where you can create a new /etc/fstab file.
|
||||
(Deprecated) This flag allows the user to setup the /tmp and the /var/tmp file system sizes. This flag is no longer supported. You can overwrite any file system size using the .postinstall script where you can create a new /etc/fstab file.
|
||||
|
||||
=item B<--ignorekernelchk>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user