From 6f942be00fb8d16c7b9f9a19088749f73ded8e57 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 8 Jan 2024 11:17:13 -0700 Subject: [PATCH] Add oscar --- homelab/oscar/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 homelab/oscar/README.md diff --git a/homelab/oscar/README.md b/homelab/oscar/README.md new file mode 100644 index 0000000..84e4428 --- /dev/null +++ b/homelab/oscar/README.md @@ -0,0 +1,12 @@ +Oscar is a full-fat operating system install +that I can ssh into and do stuff. +The host operating system (which runs oscar) +barely has anything installed, +and runs from a RAM disk. +Oscar is backed by a magnetic disk. + +This uses my +[toolbox](https://git.woozle.org/neale/toolbox) +image, +which provides a basic Alpine shell with an SSH server +and a few hooks to use Alpine's standard persistence mechanisms.