From 1bef6fc94f71b29297f0155c380861810f71558d Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Sat, 24 Aug 2024 22:51:00 -0600 Subject: [PATCH] Readme: init readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e190737 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Arvp VM tools + +At arvp, we need to a fast and frictionless way for new members to get started +with our software stack. Asking them to install it on their own devices has +failed in the past. To resolve this, we'd like to create separate VMs on our +main server for new members. The machines will automatically create themselves, +when the arvp member logs in. They'll have the basics setup in an isolated +environment, allowing for members to experiment without fear. + +Our initial design intent is a mix of sshd's ForceCommand and qemu!