]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
manpages: updated for /etc/dracut.conf.d
authorHarald Hoyer <harald@redhat.com>
Mon, 2 Aug 2010 12:53:47 +0000 (14:53 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 2 Aug 2010 12:53:47 +0000 (14:53 +0200)
dracut.8
dracut.conf.5

index 45d3295e254267e19d185df42107218cba017b55..10f1e1f0a2b984fa1585bae5ffe44b31d0c3f449 100644 (file)
--- a/dracut.8
+++ b/dracut.8
@@ -414,11 +414,16 @@ do not start plymouth. This will not work with encrypted partitions.
 .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/
index a62c912fd63a89f0b34da70e277c85131d3c8490..4a9a02f175bcc589d3d82b31ac817f7d213bf88a 100644 (file)
@@ -1,14 +1,16 @@
 .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
@@ -63,6 +65,12 @@ Only install kernel drivers and firmware files. (default=no)
 .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)