2015-02-07 10:30:02 +00:00
|
|
|
======
|
|
|
|
ubuntu
|
|
|
|
======
|
|
|
|
|
2013-02-11 04:01:36 +00:00
|
|
|
Use Ubuntu cloud images as the baseline for built disk images.
|
2013-04-12 13:41:32 +00:00
|
|
|
|
|
|
|
Overrides:
|
|
|
|
|
|
|
|
* To use a non-default URL for downloading base Ubuntu cloud images,
|
2017-01-17 19:59:16 +00:00
|
|
|
use the environment variable ``DIB_CLOUD_IMAGES``
|
2013-04-12 13:41:32 +00:00
|
|
|
* To download a non-default release of Ubuntu cloud images, use the
|
2017-01-17 19:59:16 +00:00
|
|
|
environment variable ``DIB_RELEASE``. This element will export the
|
|
|
|
``DIB_RELEASE`` variable.
|
2018-10-15 05:00:18 +00:00
|
|
|
* Use ``DIB_DISTRIBUTION_MIRROR`` to override the ``sources.list``
|
|
|
|
with an alternative mirror
|
|
|
|
* Setting ``DIB_DISTRIBUTION_MIRROR_UBUNTU_IGNORE`` to an
|
|
|
|
extended-regexp (i.e. the argument to the ``=~`` bash comparitor)
|
|
|
|
which, when matched, will *not* set that line to the
|
|
|
|
``DIB_DISTRIBUTION_MIRROR``. For example, if your local mirror
|
|
|
|
does not mirror the universe and multiverse components, set this to
|
|
|
|
``(universe|multiverse)``
|
|
|
|
* Setting ``DIB_DISTRIBUTION_MIRROR_UBUNTU_INSECURE`` updates apt
|
|
|
|
settings to allow insecure/unuthenticated repositories.
|
2017-01-19 21:00:21 +00:00
|
|
|
|
|
|
|
.. element_deps::
|