From 90342e020345d19cc1a3473ba3e90c65f95df78e Mon Sep 17 00:00:00 2001 From: gryf Date: Wed, 7 Apr 2021 09:17:56 +0200 Subject: [PATCH] Added readme. --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..a12f9c4 --- /dev/null +++ b/README.rst @@ -0,0 +1,11 @@ +====== +box.py +====== + +Box.py is a simple automation tool meant to run Ubuntu cloud image on top of +VirtualBox. + +What it does is simply download official cloud image for Ubuntu server, set up +VM tweak it up and do the initial preconfiguration using config drive. + +Perhaps other distros would be supported int the future.