Browse Source

docs: "/conf/conf.d" should be "/etc/conf.d"

The code actually looks in /etc/conf.d; make the docs reflect that.
master
Will Woods 14 years ago committed by Harald Hoyer
parent
commit
bb08c7632a
  1. 4
      dracut.8.xml
  2. 4
      dracut.kernel.7.xml

4
dracut.8.xml

@ -444,10 +444,10 @@ TARGET directory in the final initramfs. If SOURCE is a file, it will be install
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<filename>/conf/conf.d/</filename> <filename>/etc/conf.d/</filename>
</term> </term>
<listitem> <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 initial values. Command line options will override these values
set in the configuration files.</para> set in the configuration files.</para>
</listitem> </listitem>

4
dracut.kernel.7.xml

@ -1196,10 +1196,10 @@ rd.znet=ctc,0.0.0600,0.0.0601,0.0.0602,protocol=bar</programlisting></para>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<filename>/conf/conf.d/</filename> <filename>/etc/conf.d/</filename>
</term> </term>
<listitem> <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 initial values. Command line options will override these values
set in the configuration files.</para> set in the configuration files.</para>
</listitem> </listitem>

Loading…
Cancel
Save