diskimage-builder/diskimage_builder/elements/debian-minimal
Matthew Thode d8f796e153
install gnupg2 by default in debian-minimal
debian-minimal depends on debootstrap which depends on dpkg

This needs to be installed early as dpkg installs the apt keys early via
02-add-apt-keys in pre-install.d

Change-Id: I8580849ceaa7a5152c94f29afa890ac6d6983fb1
2019-07-01 14:28:01 -05:00
..
environment.d debian-minimal buster support 2019-04-04 16:10:08 +11:00
root.d install gnupg2 by default in debian-minimal 2019-07-01 14:28:01 -05:00
test-elements Add a test to validate we can build debian vms 2017-05-05 19:17:39 +02:00
element-deps Release 1.25.2 2017-02-02 11:20:00 +11:00
element-provides Move elements & lib relative to diskimage_builder package 2016-11-01 17:27:41 -07:00
package-installs.yaml Add debian minimal requirement for arm64 2017-10-16 13:39:50 +08:00
README.rst Clear up debian element documentation 2017-08-09 13:15:38 +10:00

==============
debian-minimal
==============

The ``debian-minimal`` element uses debootstrap for generating a
minimal image.

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.

Note that this element installs ``systemd-sysv`` as the init system

.. element_deps::