From 75a17b95dd792ddf1d11a9f155d087591eec23e6 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Mar 19 2021 00:58:12 +0000 Subject: Fix GUI labels on KdumpSpoke.adoc Use labels found in the Kdump screen, i.e.: Replaces "Enable" label with "Enable kdump", and remove "Automatic" and "Manual", since there are no such options (Manual seems to be the one used) --- diff --git a/modules/install-guide/pages/_partials/install/KdumpSpoke.adoc b/modules/install-guide/pages/_partials/install/KdumpSpoke.adoc index d6541c0..f49c71f 100644 --- a/modules/install-guide/pages/_partials/install/KdumpSpoke.adoc +++ b/modules/install-guide/pages/_partials/install/KdumpSpoke.adoc @@ -1,4 +1,3 @@ - :experimental: [[sect-installation-gui-kdump]] @@ -19,7 +18,7 @@ image::anaconda/KdumpSpoke.png[The Kdump configuration screen, showing 128 MB re [application]*Kdump* is a kernel crash dumping mechanism which, in the event of a system crash, captures the contents of the system memory at the moment of failure. This captured memory can then be analyzed to find the cause of the crash. If [application]*Kdump* is enabled, it must have a small portion of the system's memory (RAM) reserved to itself. This reserved memory will not be accessible to the main kernel. -To enable [application]*Kdump* on the installed system, check `Enabled`. Then, select either `Automatic` or `Manual` memory reservation settings, and if you selected `Manual`, enter the amount of memory to be reserved in megabytes into the `Memory to be reserved` field. +To enable [application]*Kdump* on the installed system, check `Enable kdump`. Then, enter the amount of memory to be reserved in megabytes into the `Memory To Be Reserved` field. The amount of memory which you should reserve is determined based on your system's architecture (AMD64 and Intel{nbsp}64 will have different requirements than IBM Power, for example) as well as the total amount of system memory. In most cases, automatic reservation will be satisfactory. If you insist on manual settings, see the link:++https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Kernel_Crash_Dump_Guide/appe-supported-kdump-configurations-and-targets.html#sect-kdump-memory-requirements++[Red{nbsp}Hat Enterprise{nbsp}Linux{nbsp}7 Kernel Crash Dump Guide] for guidelines. This document also contains more in-depth information about how [application]*Kdump* works, how to configure additional settings, and how to analyze a saved crash dump.