Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions modules/installation-user-infra-machines-static-network.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -122,23 +122,17 @@ a|Required. The block device on the system to install to. It is recommended to u

a|`coreos.inst.image_url`

a|Optional: Download and install the specified {op-system} image, overriding `coreos.inst.stream`.
a|Optional: Download and install the specified {op-system} image.

* This argument should not be used in production environments and is intended for debugging purposes only.

* You must use this option if you were already using the previous `coreos-installer`.

* While this argument can be used to install a version of {op-system} that does not match the live media, it is recommended that you instead use the image that matches the version you want to install.

* If you are using `coreos.inst.image_url`, you must also use `coreos.inst.insecure`. This is because the bare-metal media are not GPG-signed for {product-title}.

a|`coreos.inst.ignition_url`

a|Optional: The URL of the Ignition config. If no URL is specified, no Ignition config will be embedded.

a|`coreos.inst.platform_id`

a| Optional: The Ignition platform ID of the platform the {op-system} image is being installed on. Default is bare metal. This option determines whether or not to request an Ignition config from the cloud provider, such as AWS or WMware. For example: `coreos.inst.platform_id=vmware`.
a|Optional: The URL of the Ignition config to embed into the installed system. If no URL is specified, no Ignition config is embedded.

a|`coreos.inst.save_partlabel`

Expand All @@ -150,16 +144,19 @@ a|Optional: Comma-separated indexes of partitions to preserve during the install

a|`coreos.inst.insecure`

a|Optional: Permits the OS image to be unsigned, and installs without doing a `gpgcheck`. Must be used with `coreos.inst.image_url`.
a|Optional: Permits the OS image that is specified by `coreos.inst.image_url` to be unsigned.

a|`coreos.inst.skip_reboot`

a|Optional: The system will not reboot after installing. Once the install finishes, you will receive a prompt that allows you to inspect what is happening during installation. This argument should not be used in production environments and is intended for debugging purposes only.

a|`ignition.config.url`
a|`coreos.inst.platform_id`

a|Identifies the location of an Ignition config that you build to pass selected values to be used by the live installer. This argument can be used for adding disk partitioning or other features you want to have in place before the actual installation runs.
a| Optional: The Ignition platform ID of the platform the {op-system} image is being installed on. Default is `metal`. This option determines whether or not to request an Ignition config from the cloud provider, such as VMware. For example: `coreos.inst.platform_id=vmware`.

a|`ignition.config.url`

a|Optional: The URL of the Ignition config for the live boot. For example, this can be used to customize how `coreos-installer` is invoked, or to run code before or after the installation. This is different from `coreos.inst.ignition_url`, which is the Ignition config for the installed system.
|===

[discrete]
Expand Down