kexec-tools: bump version and add support for crashdump kernel
[openwrt/staging/wigyori.git] / package / boot / kexec-tools / files / kdump.config
diff --git a/package/boot/kexec-tools/files/kdump.config b/package/boot/kexec-tools/files/kdump.config
new file mode 100644 (file)
index 0000000..dc6054f
--- /dev/null
@@ -0,0 +1,7 @@
+
+config kdump
+       option enabled '1'
+       option save_dmesg '1'
+       option save_vmcore '0'
+# using an external partition to store vmcore is highly recommended!
+#      option path '/mnt/crashdump'