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