[OE-core] [PATCH] kexec-tools/kdump: Correct typo in comment "crashkenrel="
Robert P. J. Day
rpjday at crashcourse.ca
Tue Feb 14 21:29:18 UTC 2017
Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>
---
diff --git a/meta/recipes-kernel/kexec/kexec-tools/kdump b/meta/recipes-kernel/kexec/kexec-tools/kdump
index 2347205..69e3caf 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!!!"
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
More information about the Openembedded-core
mailing list