commit 90342e020345d19cc1a3473ba3e90c65f95df78e Author: gryf Date: Wed Apr 7 09:17:56 2021 +0200 Added readme. 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.