From e4d96cdb854ae0569fa9b6b0af0344a0b95ea196 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 9 Sep 2014 00:30:15 +0200 Subject: updated README.md --- README.md | 49 ++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 44 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e9d0624..4978c95 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,47 @@ 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 +=================== + + veewee define Debian-jessie.beta1-amd64-netboot Debian-jessie.beta1-amd64-netboot + veewee build Debian-jessie.beta1-amd64-netboot + +Issues +====== + +* Debian Jessie Beta1 bloats up to size 1,5GB atm +* Interaction is needed for following packages: + * console-data + * grub2 + * you need to kill the pager that shows you the apt-listchanges of a certain package (don't recall which) with + + + killall pager + + -- cgit v1.2.3