A Packer template for building minimal images of the Debian Unstable distribution, also known as sid.
-
Clone this repository and cd into it:
$ git clone https://github.com/loicfrering/packer-debian-unstable.git $ cd packer-debian-unstable
-
Launch the build:
$ packer build template.json
-
Use the generated packer_debian-unstable_{{.Provider}}.box.
The virtualbox provider is the only one supported at the moment.
Copyright (c) 2013 Loïc Frering, licensed under the MIT license. See the LICENSE file for more informations.