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-value of the Ignition config.
|
|
Override the Ignition platform ID for the installed system.
|
|
Set the kernel and bootloader console for the installed system. For more information about the format of <spec> , see the Linux kernel serial console documentation.
|
|
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-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.
|
|
Skip RHCOS image signature verification.
|
|
Allow Ignition URL without HTTPS or hash.
|
|
Target CPU architecture. Valid values are x86_64 and aarch64 .
|
|
Do not clear partition table on error.
|
|
|
coreos-installer install subcommand argument |
Argument |
Description |
|
|
coreos-installer ISO subcommands |
Subcommand |
Description |
$ coreos-installer iso customize <options> <ISO_image>
|
Customize a RHCOS live ISO image.
|
coreos-installer iso reset <options> <ISO_image>
|
Restore a RHCOS live ISO image to default settings. |
coreos-installer iso ignition remove <options> <ISO_image>
|
Remove the embedded Ignition config from an ISO image.
|
coreos-installer ISO customize subcommand options |
Option |
Description |
|
Merge the specified Ignition config file into a new configuration fragment for the destination system.
|
|
Specify the kernel and bootloader console for the destination system.
|
|
Install and overwrite the specified destination device.
|
|
Add a kernel argument to each boot of the destination system.
|
|
Delete a kernel argument from each boot of the destination system.
|
|
Configure networking by using the specified NetworkManager keyfile for live and destination systems.
|
|
Specify an additional TLS certificate authority to be trusted by Ignition.
|
|
Run the specified script before installation.
|
|
Run the specified script after installation.
|
--installer-config <path>
|
Apply the specified installer configuration file.
|
|
Merge the specified Ignition config file into a new configuration fragment for the live environment.
|
|
Add a kernel argument to each boot of the live environment.
|
|
Delete a kernel argument from each boot of the live environment.
|
--live-karg-replace <k=o=n>
|
Replace a kernel argument in each boot of the live environment, in the form key=old=new .
|
|
Overwrite an existing Ignition config.
|
|
Write the ISO to a new output file.
|
|
|
coreos-installer PXE subcommands |
Subcommand |
Description |
Note that not all of these options are accepted by all subcommands. |
coreos-installer pxe customize <options> <path>
|
Customize a RHCOS live PXE boot config.
|
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 customize subcommand options |
Option |
Description |
Note that not all of these options are accepted by all subcommands. |
|
Merge the specified Ignition config file into a new configuration fragment for the destination system.
|
|
Specify the kernel and bootloader console for the destination system.
|
|
Install and overwrite the specified destination device.
|
|
Configure networking by using the specified NetworkManager keyfile for live and destination systems.
|
|
Specify an additional TLS certificate authority to be trusted by Ignition.
|
|
Run the specified script before installation.
|
|
Run the specified script after installation.
|
--installer-config <path>
|
Apply the specified installer configuration file.
|
|
Merge the specified Ignition config file into a new configuration fragment for the live environment.
|
|
Write the initramfs to a new output file.
|
This option is required for PXE environments.
|
|
|
|