diskimage-builder/diskimage_builder/elements/debian-minimal
Ian Wienand 105d201e1f debian-minimal buster support
Due to the referenced bug, many versions of debootstrap can't bring up
a buster environment.  Unfortunately, these include versions we use to
do this on Xenial/Bionic nodes.

Also, there isn't backports or security updates, so elide these for
now.

I did get a working build (I haven't gone so far as a full boot+glean)
with this, at least.

Change-Id: If2420e92cb728ab6e91b0d70547da4483679b391
Paritial-Bug: #1822927
2019-04-04 16:10:08 +11:00
..
environment.d debian-minimal buster support 2019-04-04 16:10:08 +11:00
root.d Add keyring if supplied 2018-07-02 14:33:35 -04:00
test-elements Add a test to validate we can build debian vms 2017-05-05 19:17:39 +02:00
README.rst Clear up debian element documentation 2017-08-09 13:15:38 +10: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

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