summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmeta/recipes-kernel/kexec/kexec-tools/kdump2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools/kdump b/meta/recipes-kernel/kexec/kexec-tools/kdump
index 2347205eda..69e3cafe5c 100755
--- a/meta/recipes-kernel/kexec/kexec-tools/kdump
+++ b/meta/recipes-kernel/kexec/kexec-tools/kdump
@@ -89,7 +89,7 @@ do_start()
89 return 0 89 return 0
90 fi 90 fi
91 91
92 #check the running kernel cmdline option,insure "crashkenrel=" always set. 92 #check the running kernel cmdline option,insure "crashkernel=" always set.
93 grep -q crashkernel= /proc/cmdline 93 grep -q crashkernel= /proc/cmdline
94 if [ $? != 0 ]; then 94 if [ $? != 0 ]; then
95 echo "Kdump isn't supported on the running kernel,please check boot option!!!" 95 echo "Kdump isn't supported on the running kernel,please check boot option!!!"