aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/kexec-tools/files/kdump.init
diff options
context:
space:
mode:
Diffstat (limited to 'package/boot/kexec-tools/files/kdump.init')
-rwxr-xr-xpackage/boot/kexec-tools/files/kdump.init2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/kexec-tools/files/kdump.init b/package/boot/kexec-tools/files/kdump.init
index 057b8cc17a..6a6a94c07e 100755
--- a/package/boot/kexec-tools/files/kdump.init
+++ b/package/boot/kexec-tools/files/kdump.init
@@ -43,8 +43,10 @@ run_kdump() {
timestamp=$(date "+%Y%m%dT%H%M%S")
if [ "$save_vmcore" -eq 1 ]; then
+ echo -n "Saving vmcore (this may take a while)..."
# would like 'sparse' but busybox doesn't support it
dd if=/proc/vmcore of="$path/vmcore-$timestamp" conv=fsync bs=1M
+ echo " done"
fi
if [ "$save_dmesg" -eq 1 ]; then