diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-02-09 09:30:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-09 09:30:53 +0000 |
commit | 9e9216768f0fac9a52aaa9ab368fcf11db362187 (patch) | |
tree | 5c9646873fb40470984c3fa6c494b2b439aaf9bf /docs/automation/cloud-init.rst | |
parent | 583988589f60c0d30ece4b7f740aad25622a6fc3 (diff) | |
parent | 227125a387e16331a1fa3ad91e59436c0b7cb4cf (diff) | |
download | vyos-documentation-9e9216768f0fac9a52aaa9ab368fcf11db362187.tar.gz vyos-documentation-9e9216768f0fac9a52aaa9ab368fcf11db362187.zip |
Merge pull request #1251 from vyos/mergify/bp/sagitta/pr-1247
Fix some spell mistakes (backport #1247)
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. --------------- |