[deployment-guide] Corrected the list of required packages.

Jaromir Hradilek jhradile at fedoraproject.org
Fri May 20 00:22:09 UTC 2011


commit 2c7d2b9e5ec0c7bd4f911d610d382f8c8abfd237
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Fri May 20 01:59:08 2011 +0200

    Corrected the list of required packages.
    
    To configure kdump by using the described method, both kexec-tools *and*
    system-config-kdump packages are required.

 en-US/The_kdump_Crash_Recovery_Service.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/en-US/The_kdump_Crash_Recovery_Service.xml b/en-US/The_kdump_Crash_Recovery_Service.xml
index 85c415a..5e38e47 100644
--- a/en-US/The_kdump_Crash_Recovery_Service.xml
+++ b/en-US/The_kdump_Crash_Recovery_Service.xml
@@ -25,11 +25,11 @@
       </para>
     </important>
     <note>
-      <title>Make sure you have kexec-tools installed</title>
+      <title>Make sure you have relevant packages installed</title>
       <para>
-        To use the <systemitem class="service">kdump</systemitem> service, you must have the <package>kexec-tools</package> package installed. To do so, type the following at a shell prompt as <systemitem class="username">root</systemitem>:
+        To use the <systemitem class="service">kdump</systemitem> service, you must have the <package>kexec-tools</package> and <package>system-config-kdump</package> packages installed. To do so, type the following at a shell prompt as <systemitem class="username">root</systemitem>:
       </para>
-      <screen><command>yum install kexec-tools</command></screen>
+      <screen><command>yum install kexec-tools system-config-kdump</command></screen>
       <para>
         For more information on how to install new packages in &MAJOROS;, refer to <xref linkend="sec-Installing" />.
       </para>


More information about the docs-commits mailing list