]> git.ipfire.org Git - thirdparty/dracut-ng.git/commit
fix(hwdb): always install this module, except in strict hostonly mode main
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Tue, 4 Aug 2026 06:30:16 +0000 (08:30 +0200)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Tue, 4 Aug 2026 14:02:50 +0000 (07:02 -0700)
commit3a737fc50c8b5e366d134a1a07bf91cbc022a705
tree6245fde05707a0c783d6e855620d05a90368d6dc
parent1abc4e0594aaeadf364774db9eb343d1ccd3572b
fix(hwdb): always install this module, except in strict hostonly mode

This module is not being installed in any hostonly mode, which causes udev rules
that use the built-in hwdb program to fail. Always install it at least in sloppy
hostonly mode, and issue a warning in strict hostonly mode. This way, there
won't be any surprises with udev rules not working, and it can be manually
omitted if someone wants to save space.

Fixes #2534
modules.d/74hwdb/module-setup.sh