logfile=/var/log/dracut.log
fileloglvl=6

# Specific list of dracut modules to use
#dracutmodules+=""

# Dracut modules to omit
omit_dracutmodules+="xen crypt dmcrypt dmraid dmsquash-live lvm multipath dasd dasd_mod resume uswsusp zfcp znet"

# Dracut modules to add to the default
add_dracutmodules+="unionfs nfs"

# additional kernel modules to the default
add_drivers+="fuse nbd nfsv4 nfs"

# list of kernel filesystem modules to be included in the generic initramfs
#filesystems+=""

# build initrd only to boot current hardware
hostonly="no"
#

# install local /etc/mdadm.conf
mdadmconf="no"

# install local /etc/lvm/lvm.conf
lvmconf="no"

