5af25b5f46
The cloud-init package on Debian Linux overwrites the system hostname to "(None)" unless a hostname is specified in one of the /etc/cloud/cloud.cfg.d/* files. This change applies a default hostname of "debian" using cloud-init. Change-Id: I9b411df44cfa05f899e708900f95719c0bcd6267 |
||
---|---|---|
.. | ||
root.d | ||
element-deps | ||
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.