Command-line options |
Option |
Description |
|
Specify the image URL manually.
|
|
Specify a local image file manually.
|
-i, --ignition-file <path>
|
Embed an Ignition config from a file.
|
|
Embed an Ignition config from a URL.
|
|
Digest type-value of the Ignition config.
|
|
Override the Ignition platform ID.
|
|
Append the default kernel argument.
|
|
Delete the default kernel argument.
|
|
Copy the network configuration from the install environment.
|
The --copy-network option only copies networking configuration found under /etc/NetworkManager/system-connections . In particular, it does not copy the system hostname.
|
|
|
For use with -n . Default is /etc/NetworkManager/system-connections/ .
|
|
Save partitions with this label glob.
|
|
Save partitions with this number or range.
|
|
Force offline installation.
|
|
Skip signature verification.
|
|
Allow Ignition URL without HTTPS or hash.
|
|
Target CPU architecture. Default is x86_64 .
|
|
Do not clear partition table on error.
|
|
|
Command-line argument |
Argument |
Description |
|
|
coreos-installer embedded Ignition commands |
Command |
Description |
$ coreos-installer iso ignition embed <options> --ignition-file <file_path> <ISO_image>
|
Embed an Ignition config in an ISO image.
|
coreos-installer iso ignition show <options> <ISO_image>
|
Show the embedded Ignition config from an ISO image. |
coreos-installer iso ignition remove <options> <ISO_image>
|
Remove the embedded Ignition config from an ISO image.
|
coreos-installer ISO Ignition options |
Option |
Description |
|
Overwrite an existing Ignition config.
|
-i , --ignition-file <path>
|
The Ignition config to be used. Default is stdin .
|
|
Write the ISO to a new output file.
|
|
|
coreos-installer PXE Ignition commands |
Command |
Description |
Note that not all of these options are accepted by all subcommands. |
coreos-installer pxe ignition wrap <options>
|
Wrap an Ignition config in an image.
|
coreos-installer pxe ignition unwrap <options> <image_name>
|
Show the wrapped Ignition config in an image.
|
coreos-installer pxe ignition unwrap <options> <initrd_name>
|
Show the wrapped Ignition config in an initrd image.
|
coreos-installer PXE Ignition options |
Option |
Description |
-i , --ignition-file <path>
|
The Ignition config to be used. Default is stdin .
|
|
Write the ISO to a new output file.
|
|
|