From: Will Woods Date: Tue, 15 Mar 2011 21:43:11 +0000 (-0400) Subject: docs: "/conf/conf.d" should be "/etc/conf.d" X-Git-Tag: 009~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb08c7632a5a433d166a9af0becc3a2adfffc86a;p=thirdparty%2Fdracut.git docs: "/conf/conf.d" should be "/etc/conf.d" The code actually looks in /etc/conf.d; make the docs reflect that. --- diff --git a/dracut.8.xml b/dracut.8.xml index 05416d184..ad74da048 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 da4a77675..0eba1719f 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.