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