diff options
author | zlibd <52056480+zlibd@users.noreply.github.com> | 2022-06-29 05:12:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 05:12:37 -0400 |
commit | abac6af980f9aac22eee797e7d081f0a3d06512f (patch) | |
tree | ec72473f032c629e58b93ad06859bc9e57a7410f | |
parent | b0544eab8dfbe583686c1fdb98241eaee6d11d8f (diff) | |
download | vyos-documentation-abac6af980f9aac22eee797e7d081f0a3d06512f.tar.gz vyos-documentation-abac6af980f9aac22eee797e7d081f0a3d06512f.zip |
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. |