diff -Nru initramfs-tools-0.122ubuntu8.8/debian/changelog initramfs-tools-0.122ubuntu8.9/debian/changelog --- initramfs-tools-0.122ubuntu8.8/debian/changelog 2016-12-14 05:59:43.000000000 +0000 +++ initramfs-tools-0.122ubuntu8.9/debian/changelog 2017-08-30 11:10:40.000000000 +0100 @@ -1,3 +1,9 @@ +initramfs-tools (0.122ubuntu8.9) xenial; urgency=low + + * hook-functions: include backported bnxt driver. (LP: #1712491) + + -- Andy Whitcroft Wed, 30 Aug 2017 11:10:40 +0100 + initramfs-tools (0.122ubuntu8.8) xenial; urgency=medium * hook-functions: include xhci-plat-hcd in auto_add_modules_list diff -Nru initramfs-tools-0.122ubuntu8.8/hook-functions initramfs-tools-0.122ubuntu8.9/hook-functions --- initramfs-tools-0.122ubuntu8.8/hook-functions 2016-12-14 05:59:43.000000000 +0000 +++ initramfs-tools-0.122ubuntu8.9/hook-functions 2017-08-30 11:10:37.000000000 +0100 @@ -519,6 +519,8 @@ macvtap.ko pcmcia sb1000.ko team tokenring \ tun.ko usb veth.ko wan wimax wireless \ xen-netback.ko + # Ubuntu backported bnxt driver + copy_modules_dir kernel/ubuntu/bnxt ;; ide) copy_modules_dir kernel/drivers/ide