forked from pool/kdump
12 lines
386 B
Diff
12 lines
386 B
Diff
|
--- init/rc.kdump.functions.old 2014-01-13 07:35:41.000000000 +0100
|
||
|
+++ init/rc.kdump.functions 2014-02-14 12:46:28.375308000 +0100
|
||
|
@@ -261,7 +261,7 @@
|
||
|
find_kernel_args="-D"
|
||
|
fi
|
||
|
|
||
|
- local output=$(kdumptool find_kernel $find_kernel_args)
|
||
|
+ local output=$(kdumptool $find_kernel_args find_kernel)
|
||
|
if [ $? -ne 0 ] ; then
|
||
|
rc_status -s
|
||
|
rc_failed 6
|