Skip to content

Commit 171f45e

Browse files
dotalchemyMichelle Wang
authored and
Michelle Wang
committed
Update creating-a-stand-alone-photon-machine-with-cloud-init.md
Fixed code block indentation that stopped it from code blocking Change-Id: Idd3e65917465d11bbf29086c8e427b820fdc7eed Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/16040 Reviewed-by: Michelle Wang <[email protected]> Tested-by: Michelle Wang <[email protected]>
1 parent b87b269 commit 171f45e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/photon_admin/creating-a-stand-alone-photon-machine-with-cloud-init.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Cloud-init can customize a Photon OS virtual machine by using the `nocloud` data
2929
3030
The ISO now appears in the current directory:
3131
32-
```
32+
```
3333
steve@ubuntu:~$ ls
3434
meta-data seed.iso user-data
3535
```
@@ -46,4 +46,4 @@ Cloud-init can customize a Photon OS virtual machine by using the `nocloud` data
4646
more /var/log/cloud-init.log
4747
```
4848
49-
1. Attach the ISO to the Photon OS virtual machine as a CD-ROM and reboot it so that the changes specified by seed.iso take effect. In this case, `cloud-init` sets the `hostname` and adds the `vim` package.
49+
1. Attach the ISO to the Photon OS virtual machine as a CD-ROM and reboot it so that the changes specified by seed.iso take effect. In this case, `cloud-init` sets the `hostname` and adds the `vim` package.

0 commit comments

Comments
 (0)