]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
docs: "/conf/conf.d" should be "/etc/conf.d"
authorWill Woods <wwoods@redhat.com>
Tue, 15 Mar 2011 21:43:11 +0000 (17:43 -0400)
committerHarald Hoyer <harald@redhat.com>
Wed, 16 Mar 2011 11:01:39 +0000 (12:01 +0100)
The code actually looks in /etc/conf.d; make the docs reflect that.

dracut.8.xml
dracut.kernel.7.xml

index 05416d184ad518e62ba7855e90c663fe7a6d3e73..ad74da0480f359845d5ec8bf0dfd6dda7d4ba127 100644 (file)
@@ -444,10 +444,10 @@ TARGET directory in the final initramfs. If SOURCE is a file, it will be install
       <variablelist>
         <varlistentry>
           <term>
-            <filename>/conf/conf.d/</filename>
+            <filename>/etc/conf.d/</filename>
           </term>
           <listitem>
-            <para>Any files found in <filename>/conf/conf.d/</filename> will be sourced in the initramfs to 
+            <para>Any files found in <filename>/etc/conf.d/</filename> will be sourced in the initramfs to
 set initial values. Command line options will override these values 
 set in the configuration files.</para>
           </listitem>
index da4a776754913a796e83fdbb7dc6ce1f095ab266..0eba1719f37d97598b563bd7d908818bacf4a224 100644 (file)
@@ -1196,10 +1196,10 @@ rd.znet=ctc,0.0.0600,0.0.0601,0.0.0602,protocol=bar</programlisting></para>
     <variablelist>
       <varlistentry>
         <term>
-          <filename>/conf/conf.d/</filename>
+          <filename>/etc/conf.d/</filename>
         </term>
         <listitem>
-          <para>Any files found in <filename>/conf/conf.d/</filename> will be sourced in the initramfs to 
+          <para>Any files found in <filename>/etc/conf.d/</filename> will be sourced in the initramfs to
 set initial values. Command line options will override these values 
 set in the configuration files.</para>
         </listitem>