diff --git a/dracut-module-setup.sh b/dracut-module-setup.sh index 4e7d5dc..bdadf7c 100755 --- a/dracut-module-setup.sh +++ b/dracut-module-setup.sh @@ -489,7 +489,7 @@ install() { installkernel() { wdt=$(lsmod|cut -f1 -d' '|grep "wdt$") if [ -n "$wdt" ]; then - instmods $wdt [ "$wdt" = "iTCO_wdt" ] && instmods lpc_ich + instmods $wdt fi }