diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2017-02-14 16:29:18 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:29:15 -0800 |
commit | a0d5816ba410e393fa03f5644008625944c1d719 (patch) | |
tree | 8a762cb81486b43e327abf8b4bfb993cd3d5901e /meta/recipes-kernel/kexec/kexec-tools/kdump | |
parent | 0599ef1774e6311c0927ef63e0967652fa87410f (diff) | |
download | openembedded-core-contrib-a0d5816ba410e393fa03f5644008625944c1d719.tar.gz |
kexec-tools/kdump: Correct typo in comment "crashkenrel="
(From OE-Core rev: 0027c8078fc3d98c7ecaab03d4e637b1fa07778e)
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/kexec-tools/kdump')
-rwxr-xr-x | meta/recipes-kernel/kexec/kexec-tools/kdump | 2 |
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 2347205eda2..69e3cafe5cf 100755 --- a/meta/recipes-kernel/kexec/kexec-tools/kdump +++ b/meta/recipes-kernel/kexec/kexec-tools/kdump @@ -89,7 +89,7 @@ do_start() return 0 fi - #check the running kernel cmdline option,insure "crashkenrel=" always set. + #check the running kernel cmdline option,insure "crashkernel=" always set. grep -q crashkernel= /proc/cmdline if [ $? != 0 ]; then echo "Kdump isn't supported on the running kernel,please check boot option!!!" |