This patch improves the kdump configuration file description as the current wording describing the same at the top of the file is misleading:
"this file contains a series of commands to perform (in order)".
Replace the same with a more sane description.
Signed-off-by: Bhupesh Sharma bhsharma@redhat.com --- kdump.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kdump.conf b/kdump.conf index 57af7b6ca52a..baee59d2c65d 100644 --- a/kdump.conf +++ b/kdump.conf @@ -1,5 +1,5 @@ -# This file contains a series of commands to perform (in order) in the kdump -# kernel after a kernel crash in the crash kernel(1st kernel) has happened. +# This configuration file contains options which are used by the kdump kernel crash +# collection service. # # Directives in this file are only applicable to the kdump initramfs, and have # no effect once the root filesystem is mounted and the normal init scripts are