dracut
dracut copied to clipboard
fix(kernel-modules-extra): give warning messages rather than aborting
When installing module "90kernel-modules-extra", if invalid files are found in modules.dep, give warning message and skip install these files, rather than aborting generating initramfs.
Changes
Do not abort dracut when invalid files are found in modules.dep, just gives warning messages.
Checklist
- [x] I have tested it locally
Fixes #1971