Merge ~senk/cloud-init:fix-typo into cloud-init:master

Proposed by Robin Naundorf
Status: Merged
Merged at revision: 9a061c1838c3e9d2ed3f3d73e30248f7a79af7da
Proposed branch: ~senk/cloud-init:fix-typo
Merge into: cloud-init:master
Diff against target: 21 lines (+2/-2)
1 file modified
doc/rtd/topics/datasources/altcloud.rst (+2/-2)
Reviewer Review Type Date Requested Status
cloud-init Commiters Pending
Review via email: mp+315614@code.launchpad.net

Commit message

Fix typo and Change Filename of ISO for consistency

Fix small typo and change the file name of iso for consistency reasons.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/doc/rtd/topics/datasources/altcloud.rst b/doc/rtd/topics/datasources/altcloud.rst
2index 8646e77..202b0a4 100644
3--- a/doc/rtd/topics/datasources/altcloud.rst
4+++ b/doc/rtd/topics/datasources/altcloud.rst
5@@ -66,7 +66,7 @@ NOTE: The file name on the ISO must be: ``user-data.txt``
6
7 .. sourcecode:: sh
8
9- % cp simple_scirpt.bash my-iso/user-data.txt
10+ % cp simple_script.bash my-iso/user-data.txt
11 % genisoimage -o user-data.iso -r my-iso
12
13 Verify the ISO
14@@ -75,7 +75,7 @@ Verify the ISO
15 .. sourcecode:: sh
16
17 % sudo mkdir /media/vsphere_iso
18- % sudo mount -o loop JoeV_CI_02.iso /media/vsphere_iso
19+ % sudo mount -o loop user-data.iso /media/vsphere_iso
20 % cat /media/vsphere_iso/user-data.txt
21 % sudo umount /media/vsphere_iso
22

Subscribers

People subscribed via source and target branches