diff --git a/README.md b/README.md index 38abf7f60c..7840cca5f3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Photon OS™ is an open source Linux container host optimized for cloud-nati - **Support for containers:** Photon OS includes the Docker daemon and works with container orchestration frameworks, such as Mesos and Kubernetes. -- **Efficient lifecycle management:** Photon OS is easy to manage, patch, and update, using the [tdnf package manager](https://github.com/vmware/photon/blob/master/docs/photon-admin-guide.md#tiny-dnf-for-package-management) and the [Photon Management Daemon (pmd)](https://github.com/vmware/pmd). +- **Efficient lifecycle management:** Photon OS is easy to manage, patch, and update, using the [tdnf package manager](https://github.com/vmware/photon/blob/master/docs/photon_admin/package_management.md) and the [Photon Management Daemon (pmd)](https://github.com/vmware/pmd). - **Security hardened:** Photon OS provides secure and up-to-date kernel and other packages, and its policies are designed to govern the system securely. diff --git a/docs/photon_admin/creating-a-stand-alone-photon-machine-with-cloud-init.md b/docs/photon_admin/creating-a-stand-alone-photon-machine-with-cloud-init.md index 9b55e2718b..29fc727101 100644 --- a/docs/photon_admin/creating-a-stand-alone-photon-machine-with-cloud-init.md +++ b/docs/photon_admin/creating-a-stand-alone-photon-machine-with-cloud-init.md @@ -29,7 +29,7 @@ Cloud-init can customize a Photon OS virtual machine by using the `nocloud` data The ISO now appears in the current directory: - ``` + ``` steve@ubuntu:~$ ls meta-data seed.iso user-data ``` @@ -46,4 +46,4 @@ Cloud-init can customize a Photon OS virtual machine by using the `nocloud` data more /var/log/cloud-init.log ``` -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. \ No newline at end of file +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.