mirror of
https://github.com/containers/podman.git
synced 2025-05-21 17:16:22 +08:00
podman machine init --ignition-path
allow for the user to provide an alternate ignition-file rather than the auto-generated one. updated docs to describe ramifications of providing an alterate ignition file. [NO TESTS NEEDED] Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -28,7 +28,12 @@ Size of the disk for the guest VM in GB.
|
||||
|
||||
#### **\-\-ignition-path**
|
||||
|
||||
Fully qualified path of the ignition file
|
||||
Fully qualified path of the ignition file.
|
||||
|
||||
If an ignition file is provided, the file
|
||||
will be copied into the user's CONF_DIR and renamed. Additionally, no SSH keys will
|
||||
be generated nor will a system connection be made. It is assumed that the user will
|
||||
do these things manually or handle otherwise.
|
||||
|
||||
#### **\-\-image-path**
|
||||
|
||||
|
Reference in New Issue
Block a user