Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/kdump-tools/patch/0004-kdump-num-dumps.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/debian/kdump-tools.conf.in b/debian/kdump-tools.conf.in
index fc51d67..c88d7c4 100644
--- a/debian/kdump-tools.conf.in
+++ b/debian/kdump-tools.conf.in
@@ -37,7 +37,7 @@ KDUMP_INITRD=/var/lib/kdump/initrd.img
KDUMP_COREDIR="/var/crash"
#KDUMP_FAIL_CMD="reboot -f"
#KDUMP_DUMP_DMESG=
-#KDUMP_NUM_DUMPS=
+KDUMP_NUM_DUMPS=3
#KDUMP_COMPRESSION=


1 change: 1 addition & 0 deletions src/kdump-tools/patch/series
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
0002-core-file-prefixed-by-kdump.patch
0003-Revert-the-MODULES-dep-optimization.patch
0004-kdump-num-dumps.patch