summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2014-10-29 10:04:31 +0100
committerkwadronaut <kwadronaut@leap.se>2014-10-29 10:04:31 +0100
commit13ce9694d6fc0677c832865beb2d8813bb462854 (patch)
treee951a35cedeee42b9396de80ad3af3701689f3d6
parent812235187b5851e0d735f82554a77e416f8ddae3 (diff)
update README and incorporate some of Varacs comments
-rw-r--r--README.md41
1 files changed, 36 insertions, 5 deletions
diff --git a/README.md b/README.md
index e9d0624..37dba7d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
-This repository contains Debian vagrant definitions to get started with
+About
+=====
+
+This repository contains Debian vagrant basebox definitions to get started with
[LEAP](https://leap.se).
That means a base Wheezy installation, with puppet, ruby, virtualbox guest
@@ -8,11 +11,39 @@ The installer used is the latest version of the installer and after the system
has been installed, the packages have been updated to the latest version at the
time the system was built.
+
+Download pre-built baseboxes
+============================
+
Since GitHub retired its downloads area, you will now have to find baseboxes
built from these definitions at [LEAP](http://download.leap.se/).
+You'll find Debian Wheezy baseboxes for Virtualbox and KVM.
+
+
+Build basebox yourself
+======================
+
+If you want to build a box yourself, you first need to install
+[veewee](https://github.com/jedi4ever/veewee) and it's
+dependencies.
+You can either add our wheezy definitions to the templates or
+
+ veewee <provider> define 'leap' 'git://leap.se/leap_vagrant.git
+
+Building should be straightforward:
+
+ veewee <provider> build 'leap'
-If you want to build a box yourself, you first need to install veewee and it's
-dependencies. You can either add our wheezy definitions to the templates or
-veewee <provider> define 'leap' 'git://leap.se/leap_vagrant.git
-Building should be straightforward: veewee <provider> build 'leap'
Check out veewees documentation for all the options.
+
+Debian Jessie Beta1
+===================
+
+Can be found in the debian-testing branch
+ veewee <provider> define Debian-jessie.beta1-amd64-netboot Debian-jessie.beta1-amd64-netboot
+ veewee <provider> build Debian-jessie.beta1-amd64-netboot
+
+Issues
+======
+
+* Libvirt images (KVM) are a lot larger as the Virtualbox ones (up to 1,5GB)