summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kexec
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2017-02-14 16:29:18 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-23 12:49:50 -0800
commit7c8eb1030e8f50d47d49d02b34aa68ca7f907bac (patch)
treedb2342cc1a80f457ca16bd0df23fb18c9e618b59 /meta/recipes-kernel/kexec
parent0f82d652953c2f2897f5296ae864b60ab3e3ac77 (diff)
downloadpoky-7c8eb1030e8f50d47d49d02b34aa68ca7f907bac.tar.gz
kexec-tools/kdump: Correct typo in comment "crashkenrel="
(From OE-Core rev: 0027c8078fc3d98c7ecaab03d4e637b1fa07778e) (From OE-Core rev: a0d5816ba410e393fa03f5644008625944c1d719) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kexec')
-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!!!"