.SH FILES
.TP
.B /var/log/dracut.log
+logfile of initramfs image creation
.TP
.B /tmp/dracut.log
-see \fBdracut.conf\fR(5)
+logfile of initramfs image creation, if /var/log/dracut.log is not writable
.TP
.B /etc/dracut.conf
+see \fBdracut.conf\fR(5)
+.TP
+.B /etc/dracut.conf.d/*.conf
+see \fBdracut.conf\fR(5)
.SS "Configuration in the Initramfs"
.TP
.B /conf/conf.d/
.TH DRACUT.CONF 5 "NOV 2009" "Linux"
.SH NAME
-dracut.conf \- configuration file for dracut
+dracut.conf \- configuration file(s) for dracut
.SH SYNOPSIS
-\fB/etc/dracut.conf\fR
+\fB/etc/dracut.conf\fR \fB/etc/dracut.conf.d/*.conf\fR
.SH DESCRIPTION
.B dracut.conf
is loaded during the initialisation phase of dracut.
Command line parameter will overwrite any values set here.
+.B dracut.conf.d/*.conf files are read in alphanumerical order and will
+overwrite parameters set in /etc/dracut.conf.
.SH OPTIONS
.TP
.BR no_kernel= \%"yes|no"
Do not install kernel drivers and firmware files (default=no)
+.SH FILES
+.TP
+.B /etc/dracut/conf.d/
+Any /etc/dracut/conf.d/*.conf file can overwrite the values in /etc/dracut.conf.
+The configuration files are read in alphanumerical order.
+
.SH SEE ALSO
.BR dracut (8)