mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0f82d65295
commit
7c8eb1030e
@@ -89,7 +89,7 @@ do_start()
|
|||||||
return 0
|
return 0
|
||||||
fi
|
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
|
grep -q crashkernel= /proc/cmdline
|
||||||
if [ $? != 0 ]; then
|
if [ $? != 0 ]; then
|
||||||
echo "Kdump isn't supported on the running kernel,please check boot option!!!"
|
echo "Kdump isn't supported on the running kernel,please check boot option!!!"
|
||||||
|
|||||||
Reference in New Issue
Block a user