2015-03-22 20:11:55 +00:00
|
|
|
==============
|
|
|
|
debian-minimal
|
|
|
|
==============
|
|
|
|
|
2017-01-17 19:59:16 +00:00
|
|
|
The ``debian-minimal`` element uses debootstrap for generating a
|
2017-08-09 03:12:13 +00:00
|
|
|
minimal image.
|
2017-01-17 19:59:16 +00:00
|
|
|
|
|
|
|
By default this element creates the latest stable release. The exact
|
|
|
|
setting can be found in the element's ``environment.d`` directory in
|
|
|
|
the variable ``DIB_RELEASE``. If a different release of Debian should
|
|
|
|
be created, the variable ``DIB_RELEASE`` can be set appropriately.
|
2017-01-19 21:00:21 +00:00
|
|
|
|
2017-06-19 01:35:14 +00:00
|
|
|
Note that this element installs ``systemd-sysv`` as the init system
|
|
|
|
|
2019-10-02 16:06:47 +00:00
|
|
|
The element obeys the ``DIB_DISTRIBUTION_MIRROR`` argument for
|
|
|
|
mirroring (see ``debootsrap`` element documentation). However, the
|
|
|
|
security repositories are separate for Debian, so we can not assume
|
|
|
|
they exist at ``DIB_DISTRIBUTION_MIRROR``. If you do not wish to use
|
|
|
|
the upstream repository (from ``security.debian.org``) override it
|
2019-10-15 21:20:02 +00:00
|
|
|
with ``DIB_DEBIAN_SECURITY_MIRROR``. The security suite name's subpath
|
|
|
|
can also be overridden to something other than ``/updates`` with the
|
|
|
|
``DIB_DEBIAN_SECURITY_SUBPATH`` variable.
|
2019-10-02 16:06:47 +00:00
|
|
|
|
2017-01-19 21:00:21 +00:00
|
|
|
.. element_deps::
|