Skip to content

daks/packer-debian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Packer configuration to generate Debian Wheezy VirtualBox image/Vagrant boxes

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%