table of contents
LORAX(1) | General Commands Manual | LORAX(1) |
NAME¶
lorax - Create installer boot iso
SYNOPSIS¶
lorax -p PRODUCT -v VERSION -r RELEASE [-s REPOSITORY|--repo CONFIG] OUTPUTDIR
DESCRIPTION¶
lorax is used to create the installer boot iso.
OPTIONS¶
- -h, --help
- show this help message and exit
- -V
- show program's version number and exit
REQUIRED ARGUMENTS:¶
- -p STRING, --product=STRING
- product name
- -v STRING, --version=STRING
- version identifier
- -r STRING, --release=STRING
- release information
- -s REPOSITORY, --source=REPOSITORY
- source repository (may be listed multiple times)
- --repo CONFIG
- repository configuration file (may be listed multiple times)
OPTIONAL ARGUMENTS:¶
- -m REPOSITORY, --mirrorlist=REPOSITORY
- mirrorlist repository (may be listed multiple times)
- -t STRING, --variant=STRING
- variant name
- -b URL, --bugurl=URL
- bug reporting URL for the product
- --isfinal
- -c STRING, --config=STRING
- config file
- --proxy=STRING
- repo proxy url:port
- -e STRING, --excludepkgs=STRING
- package glob to exclude (may be listed multiple times)
- --buildarch=STRING
- build architecture
- --volid=STRING
- volume id
- --nomacboot
- --noupgrade
- --logfile=LOGFILE
- Path to logfile
- --tmp=TMP
- Top level temporary directory
- --noverifyssl
- This disables SSL certificate checking. eg. to allow using https: sources with self-signed certificates.
DRACUT ARGUMENTS:¶
- --dracut-arg='ARG'
- 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.
AUTHORS¶
Martin Gracik Will Woods Brian C. Lane
2018-08-14 |