| coreos-installer install subcommand | 
| Subcommand | Description | 
| 
$ coreos-installer install <options> <device>
 | 
Embed an Ignition config in an ISO image. | 
| coreos-installer install subcommand options | 
| Option | Description | 
|  | 
Specify the image URL manually. | 
|  | 
Specify a local image file manually. Used for debugging. | 
| 
-i,--ignition-file <path>
 | 
Embed an Ignition config from a file. | 
|  | 
Embed an Ignition config from a URL. | 
|  | 
Digest type-valueof the Ignition config. | 
|  | 
Override the Ignition platform ID for the installed system. | 
|  | 
Append a default kernel argument to the installed system. | 
|  | 
Delete a default kernel argument from the installed system. | 
|  | 
Copy the network configuration from the install environment. 
|  | 
The --copy-networkoption 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. | 
|  | 
Skip signature verification. | 
|  | 
Allow Ignition URL without HTTPS or hash. | 
|  | 
Target CPU architecture. Default is x86_64. | 
|  | 
Do not clear partition table on error. | 
|  |  | 
| coreos-install install subcommand argument | 
| Argument | Description | 
|  |  | 
| coreos-installer ISO Ignition subcommands | 
| Subcommand | 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 subcommand 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 subcommands | 
| Subcommand | 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 subcommand options | 
| Option | Description | 
| Note that not all of these options are accepted by all subcommands. | 
| 
-i,--ignition-file <path>
 | 
The Ignition config to be used. Default is stdin. | 
|  | 
Write the ISO to a new output file. | 
|  |  |