2014-01-11 21:43:43 +00: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,
|
2014-02-17 01:50:54 +00:00
|
|
|
and pass it in via `DIB_DISTRIBUTION_MIRROR`.
|
2014-01-11 21:43:43 +00:00
|
|
|
|
|
|
|
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.
|
2014-04-09 14:31:57 +00:00
|
|
|
|
|
|
|
The `DIB_OFFLINE` or more specific `DIB_DEBIAN_USE_DEBOOTSTRAP_CACHE`
|
|
|
|
variables can be set to prefer the use of a pre-cached root filesystem
|
|
|
|
tarball.
|