aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/kexec-tools
diff options
context:
space:
mode:
authorJoseph Tingiris <joseph.tingiris@gmail.com>2019-01-13 16:43:49 -0500
committerChristian Lamparter <chunkeey@gmail.com>2019-06-24 20:22:24 +0200
commit5883b5a1f888c7f18da75eb4a1df9003a8bcc9f2 (patch)
treeace31f747bce685d6d3c43ae4e700ea071b427d0 /package/boot/kexec-tools
parent04811007e53c5a5bdddbd0a00b330e12a5dbd045 (diff)
downloadupstream-5883b5a1f888c7f18da75eb4a1df9003a8bcc9f2.tar.gz
upstream-5883b5a1f888c7f18da75eb4a1df9003a8bcc9f2.tar.bz2
upstream-5883b5a1f888c7f18da75eb4a1df9003a8bcc9f2.zip
kexec-tools: change kdump.init STOP index
This patch is in a series to allow additional STOP indexes after umount, so that other block devices may stop cleanly. kdumpinit is now STOP=90 Signed-off-by: Joseph Tingiris <joseph.tingiris@gmail.com>
Diffstat (limited to 'package/boot/kexec-tools')
-rw-r--r--package/boot/kexec-tools/Makefile2
-rwxr-xr-xpackage/boot/kexec-tools/files/kdump.init2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/kexec-tools/Makefile b/package/boot/kexec-tools/Makefile
index ca41839869..dcd745e6c5 100644
--- a/package/boot/kexec-tools/Makefile
+++ b/package/boot/kexec-tools/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=kexec-tools
PKG_VERSION:=2.0.16
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/kexec
diff --git a/package/boot/kexec-tools/files/kdump.init b/package/boot/kexec-tools/files/kdump.init
index 6a6a94c07e..0955047156 100755
--- a/package/boot/kexec-tools/files/kdump.init
+++ b/package/boot/kexec-tools/files/kdump.init
@@ -1,7 +1,7 @@
#!/bin/sh /etc/rc.common
START=41
-STOP=98
+STOP=90
EXTRA_COMMANDS="status"
EXTRA_HELP=" status Print crashkernel status"