91da6ab885
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
9 lines
287 B
YAML
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.
|
|
|