.TH DRACUT.CONF 5 "NOV 2009" "Linux" .SH NAME dracut.conf \- configuration file for dracut .SH SYNOPSIS \fB/etc/dracut.conf\fR .SH DESCRIPTION .B dracut.conf is loaded during the initialisation phase of dracut. Command line parameter will overwrite any values set here. .SH OPTIONS .TP .BR dracutmodules= \%"[LIST]" Specify a space-separated list of dracut modules to call when building the initramfs. Modules are located in /usr/share/dracut/modules.d. .TP .BR omit_dracutmodules= \%"[LIST]" Omit a space-separated list of dracut modules. .TP .BR add_dracutmodules= \%"[LIST]" Add a space-separated list of dracut modules. .TP .BR drivers= \%"[LIST]" Specify a space-separated list of kernel modules to exclusively include in the initramfs. .TP .BR add_drivers= \%"[LIST]" Specify a space-separated list of kernel modules to add to the initramfs. .TP .BR filesystems= \%"[LIST]" Specify a space-separated list of kernel filesystem modules to exclusively include in the generic initramfs. .TP .BR drivers_dir= \%"