From 397449d9c61792177c91ef1b8532b3b21553259f Mon Sep 17 00:00:00 2001 From: Stu Hall Date: Tue, 7 Dec 2021 13:54:06 -0800 Subject: [PATCH 1/2] Update creating-a-stand-alone-photon-machine-with-cloud-init.md Fixed code block indentation that stopped it from code blocking --- .../creating-a-stand-alone-photon-machine-with-cloud-init.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. From f9e882aa5ea4c8bd79e43bc569572b6008b29e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20Este-Gracias?= Date: Sat, 12 Mar 2022 14:38:00 +0100 Subject: [PATCH 2/2] Fix broken link to tdnf docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Este-Gracias --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.