Blame 0068-update-the-documentation-of-no-prefix.patch

Harald Hoyer 55891e
From 0c3a8dea88a7c7f3fdda5000d3e77b61bfbe7f6a Mon Sep 17 00:00:00 2001
Harald Hoyer 55891e
From: WANG Cong <xiyou.wangcong@gmail.com>
Harald Hoyer 55891e
Date: Fri, 7 Oct 2011 15:44:10 +0800
Harald Hoyer 55891e
Subject: [PATCH] update the documentation of '--[no]prefix'
Harald Hoyer 55891e
Harald Hoyer 55891e
In
Harald Hoyer 55891e
Harald Hoyer 55891e
commit fd786adcf515d9d3ee77eb29fa4c6b60020c7209
Harald Hoyer 55891e
Author: Harald Hoyer <harald@redhat.com>
Harald Hoyer 55891e
Date:   Wed Apr 20 16:47:40 2011 +0200
Harald Hoyer 55891e
Harald Hoyer 55891e
    dracut: make prefix configurable
Harald Hoyer 55891e
Harald Hoyer 55891e
Harald changed the meaning of --prefix/--noprefix, but
Harald Hoyer 55891e
forgot to update their documentation. This patch
Harald Hoyer 55891e
fixes that.
Harald Hoyer 55891e
Harald Hoyer 55891e
Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
Harald Hoyer 55891e
---
Harald Hoyer 55891e
 dracut.8.xml |    6 +++---
Harald Hoyer 55891e
 1 files changed, 3 insertions(+), 3 deletions(-)
Harald Hoyer 55891e
Harald Hoyer 55891e
diff --git a/dracut.8.xml b/dracut.8.xml
Harald Hoyer 55891e
index 11ea8c3..709f1a6 100644
Harald Hoyer 55891e
--- a/dracut.8.xml
Harald Hoyer 55891e
+++ b/dracut.8.xml
Harald Hoyer 55891e
@@ -245,10 +245,10 @@ include in the generic initramfs. This parameter can be specified multiple times
Harald Hoyer 55891e
         </varlistentry>
Harald Hoyer 55891e
         <varlistentry>
Harald Hoyer 55891e
           <term>
Harald Hoyer 55891e
-            <option>--prefix</option>
Harald Hoyer 55891e
+            <option>--prefix <replaceable><dir></replaceable></option>
Harald Hoyer 55891e
           </term>
Harald Hoyer 55891e
           <listitem>
Harald Hoyer 55891e
-            <para>prefix initramfs files with /run/initramfs/</para>
Harald Hoyer 55891e
+            <para>prefix initramfs files with the specified directory</para>
Harald Hoyer 55891e
           </listitem>
Harald Hoyer 55891e
         </varlistentry>
Harald Hoyer 55891e
         <varlistentry>
Harald Hoyer 55891e
@@ -256,7 +256,7 @@ include in the generic initramfs. This parameter can be specified multiple times
Harald Hoyer 55891e
             <option>--noprefix</option>
Harald Hoyer 55891e
           </term>
Harald Hoyer 55891e
           <listitem>
Harald Hoyer 55891e
-            <para>do not prefix initramfs files with /run/initramfs/ (default)</para>
Harald Hoyer 55891e
+            <para>do not prefix initramfs files (default)</para>
Harald Hoyer 55891e
           </listitem>
Harald Hoyer 55891e
         </varlistentry>
Harald Hoyer 55891e
         <varlistentry>