From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harald Hoyer Subject: Re: [PATCH] docs: "/conf/conf.d" should be "/etc/conf.d" Date: Wed, 16 Mar 2011 12:00:53 +0100 Message-ID: <4D809865.8000601@redhat.com> References: <1300225391-22033-1-git-send-email-wwoods@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1300225391-22033-1-git-send-email-wwoods-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Will Woods Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Am 15.03.2011 22:43, schrieb Will Woods: > The code actually looks in /etc/conf.d; make the docs reflect that. > --- > dracut.8.xml | 4 ++-- > dracut.kernel.7.xml | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/dracut.8.xml b/dracut.8.xml > index 05416d1..ad74da0 100644 > --- a/dracut.8.xml > +++ b/dracut.8.xml > @@ -444,10 +444,10 @@ TARGET directory in the final initramfs. If SOURCE is a file, it will be install > > > > - /conf/conf.d/ > + /etc/conf.d/ > > > - Any files found in /conf/conf.d/ will be sourced in the initramfs to > + Any files found in /etc/conf.d/ will be sourced in the initramfs to > set initial values. Command line options will override these values > set in the configuration files. > > diff --git a/dracut.kernel.7.xml b/dracut.kernel.7.xml > index da4a776..0eba171 100644 > --- a/dracut.kernel.7.xml > +++ b/dracut.kernel.7.xml > @@ -1196,10 +1196,10 @@ rd.znet=ctc,0.0.0600,0.0.0601,0.0.0602,protocol=bar > > > > - /conf/conf.d/ > + /etc/conf.d/ > > > - Any files found in /conf/conf.d/ will be sourced in the initramfs to > + Any files found in /etc/conf.d/ will be sourced in the initramfs to > set initial values. Command line options will override these values > set in the configuration files. > Oh, thank you!