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 18:19:25.000000000 -0300 @@ -1,3 +1,9 @@ +makedumpfile (1:1.6.5-1ubuntu3) eoan; urgency=medium + + * Remove obsolete flag nousb from kdump kernel cmdline. (LP: #1800562) + + -- Guilherme G. Piccoli Thu, 04 Jul 2019 18:17:59 -0300 + makedumpfile (1:1.6.5-1ubuntu2) eoan; urgency=medium [ Thadeu Lima de Souza Cascardo ] 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 18:17:55.000000000 -0300 @@ -11,9 +11,9 @@ ifeq ($(DEB_HOST_ARCH),arm64) KDUMP_CMDLINE_APPEND += nr_cpus=1 else ifeq ($(DEB_HOST_ARCH),ppc64el) - KDUMP_CMDLINE_APPEND += maxcpus=1 irqpoll noirqdistrib nousb + KDUMP_CMDLINE_APPEND += maxcpus=1 irqpoll noirqdistrib else - KDUMP_CMDLINE_APPEND += nr_cpus=1 irqpoll nousb ata_piix.prefer_ms_hyperv=0 + KDUMP_CMDLINE_APPEND += nr_cpus=1 irqpoll ata_piix.prefer_ms_hyperv=0 endif %: