Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 577 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 577 Bytes

Packer Debian

Packer configuration to generate Debian VirtualBox image/Vagrant boxes.

Usage

To generate a VirtualBox image, edit debian- (replace by the desired version of Debian like wheezy) file and adapt the variables fields:

    "variables": {
        "debian_version": "7.7.0",
    },

Once done, create your box file:

packer build debian-<version>

So for example:

packer build debian-jessie

That's it :-)

You can find the result on the vagrantcloud here: https://vagrantcloud.com/deimosfr/debian-wheezy