
This element was assuming that yaml was included as package, but there are systems not including it. So properly add yaml as a dependency. Change-Id: I72da2776674a3963657052b9a9715abcb4fab1e2 Partially-Fixes-Bug: #1715686
dracut-regenerate
Adds the possibility of regenerating dracut on image build time,
giving the possibility to load extra modules. It relies on the
DIB_DRACUT_ENABLED_MODULES
setting, that will accept a yaml
blob with the following format:
- name: <module1>
packages:
- <package1>
- <package2>
- name: <module2>
packages:
- <package3>
- <package4>
By default, this element will bring lvm and crypt modules.