Skip to content

Commit

Permalink
fix(90kernel-modules): add watchdog drivers for generic initrd
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nullr0ute committed Apr 21, 2021
1 parent b37c90c commit 8254921
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules.d/90kernel-modules/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ installkernel() {
"=drivers/input/keyboard" \
"=drivers/pci/host" \
"=drivers/pci/controller" \
"=drivers/pinctrl"
"=drivers/pinctrl" \
"=drivers/watchdog"

instmods \
yenta_socket \
Expand Down

0 comments on commit 8254921

Please sign in to comment.