dracut/modules.d/90kernel-modules/install

4 lines
138 B
Bash
Executable File

#!/bin/bash
[ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf
dracut_install $(find /etc/modprobe.d/ -type f -name '*.conf')