diff options
author | Robert Göhler <github@ghlr.de> | 2022-06-29 21:30:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 21:30:46 +0200 |
commit | 4a14253d0f57db60cb477ae860076edf5ae780b2 (patch) | |
tree | 4f65d19ac6cea59951724179d6b314bebf318723 | |
parent | f900975d560bab1d056a6cdd75e4d5bb770c3e4a (diff) | |
parent | abac6af980f9aac22eee797e7d081f0a3d06512f (diff) | |
download | vyos-documentation-4a14253d0f57db60cb477ae860076edf5ae780b2.tar.gz vyos-documentation-4a14253d0f57db60cb477ae860076edf5ae780b2.zip |
Merge pull request #797 from zlibd/patch-1
Fixed typo
-rw-r--r-- | docs/automation/cloud-init.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/automation/cloud-init.rst b/docs/automation/cloud-init.rst index ccfb6275..2fa102b1 100644 --- a/docs/automation/cloud-init.rst +++ b/docs/automation/cloud-init.rst @@ -267,7 +267,7 @@ Most important keys that needs to be considered: Generate qcow image ------------------- -A VyOS qcow image with cloud-init options is needed. This can be obteined +A VyOS qcow image with cloud-init options is needed. This can be obtained using `vyos-vm-images`_ repo. After clonning the repo, edit the file **qemu.yml** and comment the **download-iso** role. |