Skip to content

Commit 5dcdd34

Browse files
authored
Merge pull request #1264 from dotalchemy/patch-1
Update creating-a-stand-alone-photon-machine-with-cloud-init.md
2 parents 8d29300 + 397449d commit 5dcdd34

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

+2-2
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)