summaryrefslogtreecommitdiff
path: root/README.md
blob: 01f77f221a4e4fee7fe4ae0e00f1694f10eac3a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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
additions… Still kept as minimal as possible.

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.

Building should be straightforward using our pre-defined leap-wheezy
definitions:

    veewee <provider> build 'wheezy'
    veewee <provider> export 'wheezy'

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)