From 70ad90ccfdaa409c9b54cab2329e140e2b8cb5f6 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Sun, 14 Jan 2024 14:23:17 -0700 Subject: [PATCH] Update README Update the README Signed-off-by: Scott Lowe --- coreos/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/coreos/README.md b/coreos/README.md index f227f1f..42b2dac 100644 --- a/coreos/README.md +++ b/coreos/README.md @@ -1,9 +1,11 @@ -# Learning Tools: CoreOS Linux +# Learning Tools: CoreOS Linux/Fedora CoreOS -Here you'll find Vagrant environments and other resources for learning more about CoreOS. +Here you'll find Vagrant environments and other resources for learning more about CoreOS/Fedora CoreOS. -**NOTE:** The examples, code, and configurations in this folder were written for CoreOS as it existed prior to the Red Hat acquisition. Current iterations of CoreOS as distributed by Red Hat may no longer work with the information in this folder. +**NOTE:** Unless otherwise noted, the examples, code, and configurations in this folder were written for CoreOS as it existed prior to the Red Hat acquisition. Current iterations of CoreOS as distributed by Red Hat may no longer work with the information in this folder. ## Contents **cloudinit-toolbox**: This folder contains files for using cloud-init to customize the CoreOS toolbox. This learning environment can be used with local Vagrant VMs, with OpenStack instances, or with AWS instances. + +**fcos-pulumi-aws**: This folder contains a Pulumi program, written in Go, for standing up a Fedora CoreOS instance on Amazon EC2. As indicated by the use of "Fedora CoreOS", the contents of this folder _are_ up-to-date with later iterations of CoreOS after the Red Hat acquisition.