Browse Source

update the documentation of '--[no]prefix'

In

commit fd786adcf5
Author: Harald Hoyer <harald@redhat.com>
Date:   Wed Apr 20 16:47:40 2011 +0200

    dracut: make prefix configurable

Harald changed the meaning of --prefix/--noprefix, but
forgot to update their documentation. This patch
fixes that.

Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
master
WANG Cong 14 years ago committed by Harald Hoyer
parent
commit
0c3a8dea88
  1. 6
      dracut.8.xml

6
dracut.8.xml

@ -245,10 +245,10 @@ include in the generic initramfs. This parameter can be specified multiple times @@ -245,10 +245,10 @@ include in the generic initramfs. This parameter can be specified multiple times
</varlistentry>
<varlistentry>
<term>
<option>--prefix</option>
<option>--prefix&nbsp;<replaceable>&lt;dir&gt;</replaceable></option>
</term>
<listitem>
<para>prefix initramfs files with /run/initramfs/</para>
<para>prefix initramfs files with the specified directory</para>
</listitem>
</varlistentry>
<varlistentry>
@ -256,7 +256,7 @@ include in the generic initramfs. This parameter can be specified multiple times @@ -256,7 +256,7 @@ include in the generic initramfs. This parameter can be specified multiple times
<option>--noprefix</option>
</term>
<listitem>
<para>do not prefix initramfs files with /run/initramfs/ (default)</para>
<para>do not prefix initramfs files (default)</para>
</listitem>
</varlistentry>
<varlistentry>

Loading…
Cancel
Save