#!/bin/bash
# FIXME: hard-coded module list of doom.
instmods =ata =block sd_mod =fs
[ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf
dracut_install $(find /etc/modprobe.d/ -type f -name '*.conf')