Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 882 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 882 Bytes

Packer template for Debian Unstable

A Packer template for building minimal images of the Debian Unstable distribution, also known as sid.

Usage

  1. Install Packer

  2. Clone this repository and cd into it:

    $ git clone https://github.com/loicfrering/packer-debian-unstable.git
    $ cd packer-debian-unstable
    
  3. Launch the build:

    $ packer build template.json
    
  4. Use the generated packer_debian-unstable_{{.Provider}}.box.

Providers

The virtualbox provider is the only one supported at the moment.

License

Copyright (c) 2013 Loïc Frering, licensed under the MIT license. See the LICENSE file for more informations.