diff options
| author | Sebastian Weber <s@web3r.de> | 2024-01-17 21:47:16 +0100 | 
|---|---|---|
| committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-01-19 20:07:29 +0000 | 
| commit | 3d927aa7ee2896a0e7c4ab0058fe40441eee20fc (patch) | |
| tree | bec8cdd7f6950db3d5df3a8d34dfc88a9e03afa2 /docs/automation/cloud-init.rst | |
| parent | 84b4a10bbed21e623da7e6c2d21aff0986398210 (diff) | |
| download | vyos-documentation-3d927aa7ee2896a0e7c4ab0058fe40441eee20fc.tar.gz vyos-documentation-3d927aa7ee2896a0e7c4ab0058fe40441eee20fc.zip | |
Fix typos in automation
(cherry picked from commit ac79583948672c470d51439644fd6da470e7805e)
Diffstat (limited to 'docs/automation/cloud-init.rst')
| -rw-r--r-- | docs/automation/cloud-init.rst | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/docs/automation/cloud-init.rst b/docs/automation/cloud-init.rst index b396fee0..bbc8967c 100644 --- a/docs/automation/cloud-init.rst +++ b/docs/automation/cloud-init.rst @@ -268,7 +268,7 @@ Generate qcow image  -------------------  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 +using `vyos-vm-images`_ repo. After cloning the repo, edit the file  **qemu.yml** and comment the **download-iso** role.  In this lab, we are using 1.3.0 VyOS version and setting a disk of 10G. @@ -344,7 +344,7 @@ Content of network-config file:         dhcp4: false         dhcp6: false -Finaly, file **meta-data** has no content, but it's required. +Finally, file **meta-data** has no content, but it's required.  ---------------  Create seed.iso @@ -360,7 +360,7 @@ Command for generating ``seed.iso``    mkisofs -joliet -rock -volid "cidata" -output seed.iso meta-data \    user-data network-config -**NOTE**: be carefull while copying and pasting previous commands. Doble +**NOTE**: be careful while copying and pasting previous commands. Double  quotes may need to be corrected.   --------------- | 
