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-karg-append] [--dest-karg-delete] [--net‐
11 work-keyfile] [--ignition-ca] [--pre-install] [--post-install] [--in‐
12 staller-config] [--live-ignition] [--live-karg-append]
13 [--live-karg-delete] [--live-karg-replace] [-f|--force] [-o|--output]
14 <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-karg-append=arg
40 Destination kernel argument to append
41
42 Automatically run installer, adding the specified kernel argu‐
43 ment for every boot of the destination system.
44
45 --dest-karg-delete=arg
46 Destination kernel argument to delete
47
48 Automatically run installer, deleting the specified kernel argu‐
49 ment for every boot of the destination system.
50
51 --network-keyfile=path
52 NetworkManager keyfile for live & dest
53
54 Configure networking using the specified NetworkManager keyfile.
55 Network settings will be applied in the live environment, in‐
56 cluding when Ignition is run. If installer is enabled via addi‐
57 tional options, network settings will also be applied in the
58 destination system, including when Ignition is run.
59
60 --ignition-ca=path
61 Ignition PEM CA bundle for live & dest
62
63 Specify additional TLS certificate authorities to be trusted by
64 Ignition, in PEM format. Authorities will be trusted by Igni‐
65 tion in the live environment and, if installer is enabled via
66 additional options, in the destination system.
67
68 --pre-install=path
69 Script to run before installation
70
71 If installer is run at boot, run this script before installa‐
72 tion. If the script fails, the live environment will stop at an
73 emergency shell.
74
75 --post-install=path
76 Script to run after installation
77
78 If installer is run at boot, run this script after installation.
79 If the script fails, the live environment will stop at an emer‐
80 gency shell.
81
82 --installer-config=path
83 Installer config file
84
85 Automatically run coreos-installer and apply the specified in‐
86 staller config file. Config files are applied in the order that
87 they are specified.
88
89 --live-ignition=path
90 Ignition config fragment for live env
91
92 Merge the specified Ignition config into the config for the live
93 environment.
94
95 --live-karg-append=arg
96 Live kernel argument to append
97
98 Kernel argument to append to boots of the live environment.
99
100 --live-karg-delete=arg
101 Live kernel argument to delete
102
103 Kernel argument to delete from boots of the live environment.
104
105 --live-karg-replace=k=o=n
106 Live kernel argument to replace
107
108 Kernel argument to replace for boots of the live environment, in
109 the form key=old=new. For a default argument "a=b", specifying
110 "--live-karg-replace a=b=c" will produce the argument "a=c".
111
112 -f, --force
113 Overwrite existing customizations
114
115 -o, --output=path
116 Write ISO to a new output file
117
118 <ISO> ISO image
119
121 v0.15.0
122
123
124
125 coreos-installer 0.15.0 coreos-installer(8)