diskimage-builder/elements/debian
Gonéri Le Bouder eb26c1a0b1 debian: simplify the way debian element is called
“debian” element now source the ${TARGET_ROOT}/.extra_settings file. We
can use this file to adjust its behavior and specifiy what init system
should be used.

Change-Id: Id57ce879341184a57851d2578cf70978f409a48e
2014-04-16 17:39:18 +02:00
..
root.d debian: simplify the way debian element is called 2014-04-16 17:39:18 +02:00
README.md Shift debian element to DIB_DISTRIBUTION_MIRROR 2014-02-17 14:16:25 +11:00
element-deps Add support for Debian 2014-01-14 22:41:16 -08:00
element-provides Use provides to note an element provides an OS 2014-04-10 14:42:04 +01:00

README.md

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.