Add new `org.osbuild.dracut.conf` stage. The option 'configuration_files' allows to create dracut configuration files under `/usr/lib/dracut/dracut.conf.d` and thus make the configuration persistent. The stage supports only a subset of all configuration options allowed in dracut configuration. The intention is to provide almost functional parity with the options supported by `org.osbuild.dracut` stage. The schema mandates that at least one configuration file must be defined in the stage options. In addition, each configuration file must contain at least one configuration option. Add test for the new stage. Signed-off-by: Tomas Hozza <thozza@redhat.com> |
||
|---|---|---|
| .. | ||
| data | ||
| mod | ||
| pipelines | ||
| run | ||
| src | ||
| .gitignore | ||
| __init__.py | ||
| initrd.py | ||
| test.py | ||