diff -Nru makedumpfile-1.6.5/debian/changelog makedumpfile-1.6.5/debian/changelog --- makedumpfile-1.6.5/debian/changelog 2019-06-14 10:58:40.000000000 -0300 +++ makedumpfile-1.6.5/debian/changelog 2019-07-04 17:56:05.000000000 -0300 @@ -1,3 +1,10 @@ +makedumpfile (1:1.6.5-1ubuntu3) eoan; urgency=medium + + * Add reset_devices as default parameter on kdump kernel cmdline. (LP: #1800566) + * Decouple systemd service from KDUMP_CMDLINE_APPEND. (LP: #1816743) + + -- Guilherme G. Piccoli Thu, 04 Jul 2019 17:53:30 -0300 + makedumpfile (1:1.6.5-1ubuntu2) eoan; urgency=medium [ Thadeu Lima de Souza Cascardo ] diff -Nru makedumpfile-1.6.5/debian/kdump-config.in makedumpfile-1.6.5/debian/kdump-config.in --- makedumpfile-1.6.5/debian/kdump-config.in 2019-01-05 09:01:02.000000000 -0200 +++ makedumpfile-1.6.5/debian/kdump-config.in 2019-07-04 17:53:15.000000000 -0300 @@ -534,6 +534,7 @@ -e 's/"/\\\\"/'g` fi KDUMP_CMDLINE="$KDUMP_CMDLINE $KDUMP_CMDLINE_APPEND" + KDUMP_CMDLINE="${KDUMP_CMDLINE} systemd.unit=kdump-tools-dump.service" KEXEC_CMD="$KEXEC_CMD --command-line=\"$KDUMP_CMDLINE\"" # Assemble the --initrd: diff -Nru makedumpfile-1.6.5/debian/rules makedumpfile-1.6.5/debian/rules --- makedumpfile-1.6.5/debian/rules 2019-06-14 10:58:40.000000000 -0300 +++ makedumpfile-1.6.5/debian/rules 2019-07-04 17:50:06.000000000 -0300 @@ -7,7 +7,7 @@ SUBSTVARS = -Vdist:Depends="kexec-tools" endif -KDUMP_CMDLINE_APPEND = systemd.unit=kdump-tools-dump.service +KDUMP_CMDLINE_APPEND = reset_devices ifeq ($(DEB_HOST_ARCH),arm64) KDUMP_CMDLINE_APPEND += nr_cpus=1 else ifeq ($(DEB_HOST_ARCH),ppc64el)