33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
|
From de393c1bcb7d32e97d9b46bb6a73180072f03aa3 Mon Sep 17 00:00:00 2001
|
||
|
From: Philipp Rudo <prudo@redhat.com>
|
||
|
Date: Mon, 1 Jul 2024 12:52:39 +0200
|
||
|
Subject: [PATCH 4/7] kdumpctl.8: Add description to reset-crashkernel --reboot
|
||
|
|
||
|
There is no description for parameter --reboot for reset-crashkernel.
|
||
|
Thus add one.
|
||
|
|
||
|
Suggested-by: Lichen Liu <lichliu@redhat.com>
|
||
|
Signed-off-by: Philipp Rudo <prudo@redhat.com>
|
||
|
---
|
||
|
kdumpctl.8 | 4 ++++
|
||
|
1 file changed, 4 insertions(+)
|
||
|
|
||
|
diff --git a/kdumpctl.8 b/kdumpctl.8
|
||
|
index 33c1115..29a6119 100644
|
||
|
--- a/kdumpctl.8
|
||
|
+++ b/kdumpctl.8
|
||
|
@@ -62,6 +62,10 @@ grubby's kernel-path=ALL and kernel-path=DEFAULT. ppc64le supports FADump and
|
||
|
supports an additional [--fadump=[on|off|nocma]] parameter to toggle FADump
|
||
|
on/off.
|
||
|
|
||
|
+If the optional parameter [--reboot] is provided the system will automatically
|
||
|
+reboot for changes to take effect. If no changes were made to the kernel
|
||
|
+command line the reboot is omitted.
|
||
|
+
|
||
|
Note: The memory requirements for kdump varies heavily depending on the
|
||
|
used hardware and system configuration. Thus the recommended
|
||
|
crashkernel might not work for your specific setup. Please test if
|
||
|
--
|
||
|
2.45.2
|
||
|
|