Merge "General improvements to the ubuntu-minimal docs"
This commit is contained in:
commit
2c159985a3
@ -6,10 +6,18 @@ The ``ubuntu-minimal`` element uses debootstrap for generating a
|
|||||||
minimal image. In contrast the ``ubuntu`` element uses the cloud-image
|
minimal image. In contrast the ``ubuntu`` element uses the cloud-image
|
||||||
as the initial base.
|
as the initial base.
|
||||||
|
|
||||||
By default this element creates the latest LTS release. The exact
|
.. note::
|
||||||
setting can be found in the element's ``environment.d`` directory in
|
|
||||||
the variable ``DIB_RELEASE``. If a different release of Ubuntu should
|
You will need to install a working debootstrap for diskimage-builder. The
|
||||||
be created, the variable ``DIB_RELEASE`` can be set appropriately.
|
version you install may not support all Debian and Ubuntu releases that you
|
||||||
|
want to bootstrap. Consider using the zuul/nodepool-builder docker image
|
||||||
|
instead as maximum compatibility is attempted there.
|
||||||
|
|
||||||
|
By default this element creates the latest LTS release. The exact setting can
|
||||||
|
be found in the `ubuntu-common <https://docs.openstack.org/diskimage-builder/latest/elements/ubuntu-common/README.html>`_
|
||||||
|
element's ``environment.d`` directory in the variable ``DIB_RELEASE``. If a
|
||||||
|
different release of Ubuntu should be created, the variable ``DIB_RELEASE`` can
|
||||||
|
be set appropriately.
|
||||||
|
|
||||||
Note that this element installs ``systemd-sysv`` as the init system for
|
Note that this element installs ``systemd-sysv`` as the init system for
|
||||||
18.04+.
|
18.04+.
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Added a note about a known issue with debootstrap versions when building
|
||||||
|
the ubuntu-minimal element and added a reference to where exactly to find
|
||||||
|
the DIB_RELEASE variable.
|
Loading…
Reference in New Issue
Block a user