diskimage-builder/elements/debian
2014-03-12 10:59:46 +00:00
..
root.d Merge "Fix unbound variable in debian element" 2014-03-12 10:59:46 +00:00
element-deps Add support for Debian 2014-01-14 22:41:16 -08:00
README.md Shift debian element to DIB_DISTRIBUTION_MIRROR 2014-02-17 14:16:25 +11:00

Create an image based on Debian. We default to unstable but DIB_RELEASE is mapped to any series of Debian.

Note that the default Debian series is unstable, and the default mirrors for Debian can be problematic for unstable. Because apt does not handle changing Packages files well across multiple out of sync mirrors, it is recommended that you choose a single mirror of debian, and pass it in via DIB_DISTRIBUTION_MIRROR.

Use of this element will also require the tool 'debootstrap' to be available on your system. It should be available on Ubuntu, Debian, and Fedora.