]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(90kernel-modules): add watchdog drivers for generic initrd
authorPeter Robinson <pbrobinson@gmail.com>
Wed, 21 Apr 2021 11:50:41 +0000 (12:50 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Wed, 21 Apr 2021 12:31:30 +0000 (14:31 +0200)
commit3a60c036db7caccda95475d33c8d4ce1f615d2c8
tree45b6ee3833bb904c6fc006bcd653287f4fea31aa
parentb37c90c8e00155a1f31237ae6cf91a81677c4df5
fix(90kernel-modules): add watchdog drivers for generic initrd

The watchdog module pulls in the device specific watchdog if that
module is enabled, but in the case where we need a generic initrd
we don't get all watchdog drivers which means if we have a watchdog
enabled for that usecase it may get kicked too late in the boot
process so we need the drivers in the initrd for the generic case too.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
modules.d/90kernel-modules/module-setup.sh