diff -Nru initramfs-tools-0.103ubuntu4.7/debian/changelog initramfs-tools-0.103ubuntu4.8/debian/changelog --- initramfs-tools-0.103ubuntu4.7/debian/changelog 2017-01-09 23:31:44.000000000 -0500 +++ initramfs-tools-0.103ubuntu4.8/debian/changelog 2017-09-19 11:03:43.000000000 -0400 @@ -1,3 +1,10 @@ +initramfs-tools (0.103ubuntu4.8) trusty; urgency=medium + + * hook-functions: handle lvm-on-nvme case. + (LP: #1718055) + + -- Dan Streetman Tue, 19 Sep 2017 11:03:43 -0400 + initramfs-tools (0.103ubuntu4.7) trusty; urgency=medium * hook-functions: copy xhci-plat-hcd also. diff -Nru initramfs-tools-0.103ubuntu4.7/hook-functions initramfs-tools-0.103ubuntu4.8/hook-functions --- initramfs-tools-0.103ubuntu4.7/hook-functions 2017-01-09 23:29:41.000000000 -0500 +++ initramfs-tools-0.103ubuntu4.8/hook-functions 2017-09-19 11:03:43.000000000 -0400 @@ -310,7 +310,8 @@ fi # luks or lvm on cciss or ida if [ "${block#cciss}" != "${block}" ] \ - || [ "${block#ida}" != "${block}" ]; then + || [ "${block#ida}" != "${block}" ] \ + || [ "${block#nvme}" != "${block}" ]; then block="${block%p*}" else block=${block%%[0-9]*}