We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc07d2a commit b0f970cCopy full SHA for b0f970c
Documentation/admin-guide/kdump/kdump.rst
@@ -136,10 +136,6 @@ System kernel config options
136
137
CONFIG_KEXEC_CORE=y
138
139
- Subsequently, CRASH_CORE is selected by KEXEC_CORE::
140
-
141
- CONFIG_CRASH_CORE=y
142
143
2) Enable "sysfs file system support" in "Filesystem" -> "Pseudo
144
filesystems." This is usually enabled by default::
145
@@ -168,6 +164,10 @@ Dump-capture kernel config options (Arch Independent)
168
164
169
165
CONFIG_CRASH_DUMP=y
170
166
167
+ And this will select VMCORE_INFO and CRASH_RESERVE::
+ CONFIG_VMCORE_INFO=y
+ CONFIG_CRASH_RESERVE=y
+
171
2) Enable "/proc/vmcore support" under "Filesystems" -> "Pseudo filesystems"::
172
173
CONFIG_PROC_VMCORE=y
0 commit comments