diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-31 15:24:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-31 15:24:47 +0200 |
commit | 2d824d85e1a9810305b345827113430d1ac8e45b (patch) | |
tree | 1e1a4e9a2d259f8b77dd55a96b8d561ffe31cacd /docs/source | |
parent | dbb7009e5586d41a5b64806ae5fb664dc77c7bdb (diff) | |
parent | b898b19e454e01bede70f8861b49d9ccd61740e8 (diff) | |
download | podman-2d824d85e1a9810305b345827113430d1ac8e45b.tar.gz podman-2d824d85e1a9810305b345827113430d1ac8e45b.tar.bz2 podman-2d824d85e1a9810305b345827113430d1ac8e45b.zip |
Merge pull request #9888 from baude/machineign
podman machine init --ignition-path
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-machine-init.1.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-machine-init.1.md b/docs/source/markdown/podman-machine-init.1.md index e2ed1eb10..930086ff4 100644 --- a/docs/source/markdown/podman-machine-init.1.md +++ b/docs/source/markdown/podman-machine-init.1.md @@ -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** |