1coreos-installer(8) System Manager's Manual coreos-installer(8)
2
3
4
6 coreos-installer-iso-customize - Customize a CoreOS live ISO image
7
9 coreos-installer-iso-customize [-h|--help] [-V|--version] [--dest-igni‐
10 tion] [--dest-device] [--dest-console] [--dest-karg-append]
11 [--dest-karg-delete] [--network-keyfile] [--network-nmstate] [--igni‐
12 tion-ca] [--pre-install] [--post-install] [--installer-config]
13 [--live-ignition] [--live-karg-append] [--live-karg-delete]
14 [--live-karg-replace] [-f|--force] [-o|--output] <ISO>
15
17 Customize a CoreOS live ISO image
18
20 -h, --help
21 Print help information
22
23 -V, --version
24 Print version information
25
26 --dest-ignition=path
27 Ignition config fragment for dest sys
28
29 Automatically run installer and merge the specified Ignition
30 config into the config for the destination system.
31
32 --dest-device=path
33 Install destination device
34
35 Automatically run installer, installing to the specified desti‐
36 nation device. The resulting boot media will overwrite the des‐
37 tination device without confirmation.
38
39 --dest-console=spec
40 Kernel and bootloader console for dest
41
42 Automatically run installer, configuring the specified kernel
43 and bootloader console for the destination system. The argument
44 uses the same syntax as the parameter to the "console=" kernel
45 argument.
46
47 --dest-karg-append=arg
48 Destination kernel argument to append
49
50 Automatically run installer, adding the specified kernel argu‐
51 ment for every boot of the destination system.
52
53 --dest-karg-delete=arg
54 Destination kernel argument to delete
55
56 Automatically run installer, deleting the specified kernel argu‐
57 ment for every boot of the destination system.
58
59 --network-keyfile=path
60 NetworkManager keyfile for live & dest
61
62 Configure networking using the specified NetworkManager keyfile.
63 Network settings will be applied in the live environment, in‐
64 cluding when Ignition is run. If installer is enabled via addi‐
65 tional options, network settings will also be applied in the
66 destination system, including when Ignition is run.
67
68 --network-nmstate=path
69 Nmstate file for live & dest
70
71 Configure networking using NetworkManager keyfiles generated
72 from the specified Nmstate files. Network settings will be ap‐
73 plied in the live environment, including when Ignition is run.
74 If installer is enabled via additional options, network settings
75 will also be applied in the destination system, including when
76 Ignition is run.
77
78 --ignition-ca=path
79 Ignition PEM CA bundle for live & dest
80
81 Specify additional TLS certificate authorities to be trusted by
82 Ignition, in PEM format. Authorities will be trusted by Igni‐
83 tion in the live environment and, if installer is enabled via
84 additional options, in the destination system.
85
86 --pre-install=path
87 Script to run before installation
88
89 If installer is run at boot, run this script before installa‐
90 tion. If the script fails, the live environment will stop at an
91 emergency shell.
92
93 --post-install=path
94 Script to run after installation
95
96 If installer is run at boot, run this script after installation.
97 If the script fails, the live environment will stop at an emer‐
98 gency shell.
99
100 --installer-config=path
101 Installer config file
102
103 Automatically run coreos-installer and apply the specified in‐
104 staller config file. Config files are applied in the order that
105 they are specified.
106
107 --live-ignition=path
108 Ignition config fragment for live env
109
110 Merge the specified Ignition config into the config for the live
111 environment.
112
113 --live-karg-append=arg
114 Live kernel argument to append
115
116 Kernel argument to append to boots of the live environment.
117
118 --live-karg-delete=arg
119 Live kernel argument to delete
120
121 Kernel argument to delete from boots of the live environment.
122
123 --live-karg-replace=k=o=n
124 Live kernel argument to replace
125
126 Kernel argument to replace for boots of the live environment, in
127 the form key=old=new. For a default argument "a=b", specifying
128 "--live-karg-replace a=b=c" will produce the argument "a=c".
129
130 -f, --force
131 Overwrite existing customizations
132
133 -o, --output=path
134 Write ISO to a new output file
135
136 <ISO> ISO image
137
139 v0.16.1
140
141
142
143 coreos-installer 0.16.1 coreos-installer(8)