summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThadeu Lima de Souza Cascardo <cascardo@debian.org>2019-09-18 00:58:27 +0000
committerThadeu Lima de Souza Cascardo <cascardo@debian.org>2019-09-18 00:58:27 +0000
commit58ad9b91393b94d8cc3effcc82006ff7b4a61e4f (patch)
treee0ae08d6f04b8ff7d0b7260d3412b5ae54f3b71f
parent11ff5de665b2ed80cc025cc8806efc9319fc59d4 (diff)
Use reset_devices as a cmdline parameter.
reset_devices will be used by some drivers to do a special reset during kdump. This will allow some systems with some devices that use such drivers to kdump instead of fail to probe them. Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@debian.org>
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 02c0657..c15b9a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ else
SUBSTVARS = -Vdist:Depends="kexec-tools"
endif
-KDUMP_CMDLINE_APPEND = systemd.unit=kdump-tools-dump.service
+KDUMP_CMDLINE_APPEND = reset_devices systemd.unit=kdump-tools-dump.service
ifeq ($(DEB_HOST_ARCH),arm64)
KDUMP_CMDLINE_APPEND += nr_cpus=1
else ifeq ($(DEB_HOST_ARCH),ppc64el)