Unfortunately the packaging of kiwi on Debian follows different naming conventions for dracut module packages which causes the runtime check to fail. This commit allows to check for multiple package names and adds the variants used on Debian. This Fixes #2524
14 lines
298 B
YAML
14 lines
298 B
YAML
package_names:
|
|
dracut_oem_dump:
|
|
- dracut-kiwi-oem-dump
|
|
- kiwi-dracut-oem-dump
|
|
dracut_oem_repart:
|
|
- dracut-kiwi-oem-repart
|
|
- kiwi-dracut-oem-repart
|
|
dracut_live:
|
|
- dracut-kiwi-live
|
|
- kiwi-dracut-live
|
|
dracut_overlay:
|
|
- dracut-kiwi-overlay
|
|
- kiwi-dracut-overlay
|