diskimage-builder/releasenotes/notes/specify-bootstrap-packages-via-env-22f5c6982c09f16a.yaml
Jay Faulkner 91da6ab885 Permit specification of extra bootstrap packages
This change permits the yum-minimal element to be used in downstream
custom distributions, which may have additional packages containing repo
config or GPG keys needed.

This could also be utilized at a later time to move the
distribution-specific logic in this method to each distribution element
separately.

Change-Id: Ic1434bb2fe7301086cf11ba6bd7f2ee187c5e6c8
2021-08-02 11:57:11 -07:00

9 lines
287 B
YAML

---
features:
- |
Now, users of the ``yum-minimal`` element can specify additional packages
to install while creating the initial chroot by setting
``DIB_YUM_MINIMAL_BOOTSTRAP_PACKAGES``. This can be useful for adding
support for new linux distributions that use yum.