From 80a18b8befeb30c7156eb1a5fdf169615e35e6cd Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 2 Aug 2010 14:53:47 +0200 Subject: [PATCH] manpages: updated for /etc/dracut.conf.d --- dracut.8 | 7 ++++++- dracut.conf.5 | 12 ++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/dracut.8 b/dracut.8 index 45d3295e2..10f1e1f0a 100644 --- 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/ diff --git a/dracut.conf.5 b/dracut.conf.5 index a62c912fd..4a9a02f17 100644 --- a/dracut.conf.5 +++ b/dracut.conf.5 @@ -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) -- 2.47.3