dracutdevs / dracut

dracut the event driven initramfs infrastructure
https://github.com/dracutdevs/dracut/wiki
GNU General Public License v2.0
598 stars 397 forks source link

refactor(install): log about missing firmware only once #2461

Closed ddiss closed 1 year ago

ddiss commented 1 year ago

When attempting to locate a firmware path under each of the firwaredirs parent directories, Dracut logs an error for every missing path. Instead, only log the error if the firmware path isn't found under any of the firmwaredirs.

Checklist