1LORAX(1)                    General Commands Manual                   LORAX(1)
2
3
4

NAME

6       lorax - Create installer boot iso
7
8

SYNOPSIS

10       lorax  -p  PRODUCT  -v VERSION -r RELEASE [-s REPOSITORY|--repo CONFIG]
11       OUTPUTDIR
12
13

DESCRIPTION

15       lorax is used to create the installer boot iso.
16
17

OPTIONS

19       -h, --help
20              show this help message and exit
21
22
23       -V     show program's version number and exit
24
25

REQUIRED ARGUMENTS:

27       -p STRING, --product=STRING
28              product name
29
30
31       -v STRING, --version=STRING
32              version identifier
33
34
35       -r STRING, --release=STRING
36              release information
37
38
39       -s REPOSITORY, --source=REPOSITORY
40              source repository (may be listed multiple times)
41
42
43       --repo CONFIG
44              repository configuration file (may be listed multiple times)
45
46

OPTIONAL ARGUMENTS:

48       -m REPOSITORY, --mirrorlist=REPOSITORY
49              mirrorlist repository (may be listed multiple times)
50
51
52       -t STRING, --variant=STRING
53              variant name
54
55
56       -b URL, --bugurl=URL
57              bug reporting URL for the product
58
59
60       --isfinal
61
62
63       -c STRING, --config=STRING
64              config file
65
66
67       --proxy=STRING
68              repo proxy url:port
69
70
71       -e STRING, --excludepkgs=STRING
72              package glob to exclude (may be listed multiple times)
73
74
75       --buildarch=STRING
76              build architecture
77
78
79       --volid=STRING
80              volume id
81
82
83       --nomacboot
84
85
86       --noupgrade
87
88
89       --logfile=LOGFILE
90              Path to logfile
91
92
93       --tmp=TMP
94              Top level temporary directory
95
96
97       --noverifyssl
98              This disables SSL  certificate  checking.  eg.  to  allow  using
99              https: sources with self-signed certificates.
100
101

DRACUT ARGUMENTS:

103       --dracut-arg='ARG'
104              Argument  to  pass to dracut when rebuilding the initramfs. Pass
105              this once for each argument, single quoting the  arguments  like
106              this:  '--xz'  NOTE:  this  overrides the default, so all dracut
107              arguments must be included.
108
109

AUTHORS

111       Martin Gracik
112       Will Woods
113       Brian C. Lane
114
115
116
117
118                                  2018-08-14                          LORAX(1)
Impressum