SHA256
1
0
forked from pool/kdump
kdump/kdump-ledblink-background.patch
Petr Tesařík e713d7a61d - kdump-ledblink-background.patch: Run kdumptool in the background.
- kdump-initrd-network.patch: Added dracut network activation in
  initrd to mkdumprd.
- kdump-ledblink-background.patch: Fixed wrong argument for
  ledblink.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kdump?expand=0&rev=65
2014-03-14 07:22:25 +00:00

26 lines
639 B
Diff

From: Julian Wolf <juwolf@suse.com>
Subject: Fixed wrong argument for ledblink.
Patch-mainline: not yet
There is no --background option for kdumptool ledblink.
Signed-off-by: Petr Tesarik <ptesarik@suse.cz>
---
init/save_dump.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/init/save_dump.sh
+++ b/init/save_dump.sh
@@ -143,8 +143,8 @@ FADUMP_ENABLED=/sys/kernel/fadump_enable
FADUMP_RELEASE_MEM=/sys/kernel/fadump_release_mem
#
-# start LED blinking in background
-kdumptool ledblink --background
+# start LED blinking
+kdumptool ledblink &
#
# create core dumps by default here for kdumptool debugging