5499fed441
And update documentation for lorax-composer. Make it clear that to pass the arguments you must single quote them. Like so: --dracut-arg='--xz' And that all dracut args must be passed, since it overrides the defaults. Related: rhbz#1452220
113 lines
1.9 KiB
Groff
113 lines
1.9 KiB
Groff
.TH LORAX 1 2018\-08\-14
|
|
.SH NAME
|
|
lorax \- Create installer boot iso
|
|
|
|
.SH SYNOPSIS
|
|
lorax -p PRODUCT -v VERSION -r RELEASE [-s REPOSITORY|--repo CONFIG] OUTPUTDIR
|
|
|
|
.SH DESCRIPTION
|
|
|
|
lorax is used to create the installer boot iso.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
\fB\-h, \-\-help\fR
|
|
show this help message and exit
|
|
|
|
.TP
|
|
\fB\-V\fR
|
|
show program's version number and exit
|
|
|
|
.SH REQUIRED ARGUMENTS:
|
|
|
|
.TP
|
|
\fB\-p STRING, \-\-product=STRING\fR
|
|
product name
|
|
|
|
.TP
|
|
\fB\-v STRING, \-\-version=STRING\fR
|
|
version identifier
|
|
|
|
.TP
|
|
\fB\-r STRING, \-\-release=STRING\fR
|
|
release information
|
|
|
|
.TP
|
|
\fB\-s REPOSITORY, \-\-source=REPOSITORY\fR
|
|
source repository (may be listed multiple times)
|
|
|
|
.TP
|
|
\fB\--repo CONFIG\fR
|
|
repository configuration file (may be listed multiple times)
|
|
|
|
.SH
|
|
OPTIONAL ARGUMENTS:
|
|
|
|
.TP
|
|
\fB\-m REPOSITORY, \-\-mirrorlist=REPOSITORY\fR
|
|
mirrorlist repository (may be listed multiple times)
|
|
|
|
.TP
|
|
\fB\-t STRING, \-\-variant=STRING\fR
|
|
variant name
|
|
|
|
.TP
|
|
\fB\-b URL, \-\-bugurl=URL\fR
|
|
bug reporting URL for the product
|
|
|
|
.TP
|
|
\fB\-\-isfinal\fR
|
|
|
|
.TP
|
|
\fB\-c STRING, \-\-config=STRING\fR
|
|
config file
|
|
|
|
.TP
|
|
\fB\-\-proxy=STRING\fR
|
|
repo proxy url:port
|
|
|
|
.TP
|
|
\fB\-e STRING, \-\-excludepkgs=STRING\fR
|
|
package glob to exclude (may be listed multiple times)
|
|
|
|
.TP
|
|
\fB\-\-buildarch=STRING\fR
|
|
build architecture
|
|
|
|
.TP
|
|
\fB\-\-volid=STRING\fR
|
|
volume id
|
|
|
|
.TP
|
|
\fB\-\-nomacboot\fR
|
|
|
|
.TP
|
|
\fB\-\-noupgrade\fR
|
|
|
|
.TP
|
|
\fB\-\-logfile=LOGFILE\fR
|
|
Path to logfile
|
|
|
|
.TP
|
|
\fB\-\-tmp=TMP\fR
|
|
Top level temporary directory
|
|
|
|
.TP
|
|
\fB\-\-noverifyssl\fR
|
|
This disables SSL certificate checking. eg. to allow using https: sources with self-signed certificates.
|
|
|
|
.SH DRACUT ARGUMENTS:
|
|
.TP
|
|
\fB\-\-dracut-arg='ARG'\fR
|
|
Argument to pass to dracut when rebuilding the initramfs. Pass this once for each argument, single quoting
|
|
the arguments like this: '--xz' NOTE: this overrides the default, so all dracut arguments must be included.
|
|
|
|
.SH AUTHORS
|
|
.nf
|
|
Martin Gracik
|
|
Will Woods
|
|
Brian C. Lane
|
|
.fi
|
|
|