From 13ce9694d6fc0677c832865beb2d8813bb462854 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Wed, 29 Oct 2014 10:04:31 +0100 Subject: update README and incorporate some of Varacs comments --- README.md | 41 ++++++++++++++++++++++++++++++++++++----- 1 file 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 define 'leap' 'git://leap.se/leap_vagrant.git + +Building should be straightforward: + + veewee 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 define 'leap' 'git://leap.se/leap_vagrant.git -Building should be straightforward: veewee build 'leap' Check out veewees documentation for all the options. + +Debian Jessie Beta1 +=================== + +Can be found in the debian-testing branch + veewee define Debian-jessie.beta1-amd64-netboot Debian-jessie.beta1-amd64-netboot + veewee build Debian-jessie.beta1-amd64-netboot + +Issues +====== + +* Libvirt images (KVM) are a lot larger as the Virtualbox ones (up to 1,5GB) -- cgit v1.2.3