# Sample dracut config file # Specific list of dracut modules to use dracutmodules="dash dm kernel-modules lvm rootfs-block udev-rules syslog base" # Dracut modules to omit #omit_dracutmodules="" # List of kernel block device drivers for root device drivers="sata_mv mtdblock usb-storage" # additional kernel modules to the default #add_drivers="" # List of filesystems supported for root filesystem filesystems="ext3 ext4" # build initrd only to boot current hardware #hostonly="-h" # # install local /etc/mdadm.conf mdadmconf="no" # install local /etc/lvm/lvm.conf lvmconf="no"