kiwi-el8/test/data/runtime_checker_metadata.yml
Marcus Schäfer 7e6c31e37e
Fixed runtime checks for dracut module packages
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
2024-04-18 11:26:12 +02:00

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