1 # PUT YOUR CONFIG HERE OR IN separate files named *.conf
2 # in /etc/dracut.conf.d
3 # SEE man dracut.conf(5)
5 # Sample dracut config file
7 #logfile=/var/log/dracut.log
10 # Exact list of dracut modules to use. Modules not listed here are not going
11 # to be included. If you only want to add some optional modules use
12 # add_dracutmodules option instead.
15 # dracut modules to omit
16 #omit_dracutmodules+=""
18 # dracut modules to add to the default
19 #add_dracutmodules+=""
21 # additional kernel modules to the default
24 # skip kernel modules (marvell sdio and compat from backports)
25 omit_drivers+="libertas libertas_sdio mwifiex mwifiex_sdio compat"
27 # list of kernel filesystem modules to be included in the generic initramfs
28 filesystems+="reiserfs vfat xfs"
30 # build initrd only to boot current hardware
34 # Load microcode for the CPU early
37 # install local /etc/mdadm.conf
40 # install local /etc/lvm/lvm.conf
43 # A list of fsck tools to install. If it's not specified, module's hardcoded
44 # default is used, currently: "umount mount /sbin/fsck* xfs_db xfs_check
45 # xfs_repair e2fsck jfs_fsck reiserfsck btrfsck". The installation is
46 # opportunistic, so non-existing tools are just ignored.
49 # inhibit installation of any fsck tools
52 # mount / and /usr read-only by default
55 # set the directory for temporary files