diff -Nru initramfs-tools-0.122ubuntu1/debian/changelog initramfs-tools-0.122ubuntu3/debian/changelog --- initramfs-tools-0.122ubuntu1/debian/changelog 2016-02-03 17:07:24.000000000 +0000 +++ initramfs-tools-0.122ubuntu3/debian/changelog 2016-02-08 21:52:23.000000000 +0000 @@ -1,3 +1,16 @@ +initramfs-tools (0.122ubuntu3) xenial; urgency=medium + + * initramfs-tools-core uses initramfs-tools-bin add dependancy (LP: + #1543244) + + -- Andy Whitcroft Mon, 08 Feb 2016 21:50:03 +0000 + +initramfs-tools (0.122ubuntu2) xenial; urgency=medium + + * fix vfat support (LP: #1540522) from initramfs. + + -- Scott Moser Mon, 08 Feb 2016 16:10:45 -0500 + initramfs-tools (0.122ubuntu1) xenial; urgency=medium * Merge with Debian v0.122, known to fix: diff -Nru initramfs-tools-0.122ubuntu1/debian/control initramfs-tools-0.122ubuntu3/debian/control --- initramfs-tools-0.122ubuntu1/debian/control 2016-02-03 17:07:12.000000000 +0000 +++ initramfs-tools-0.122ubuntu3/debian/control 2016-02-08 21:49:10.000000000 +0000 @@ -28,7 +28,7 @@ Architecture: all Multi-Arch: foreign Recommends: busybox (>= 1:1.01-3) | busybox-initramfs | busybox-static -Depends: busybox-initramfs (>= 1:1.13.3-1ubuntu5), klibc-utils (>= 2.0.4-7~), cpio, kmod | module-init-tools, udev, ${misc:Depends}, klibc-utils (>= 2.0.4-1.2~) | busybox (>= 1:1.01-3) | busybox-initramfs | busybox-static +Depends: initramfs-tools-bin (= ${binary:Version}), busybox-initramfs (>= 1:1.13.3-1ubuntu5), klibc-utils (>= 2.0.4-7~), cpio, kmod | module-init-tools, udev, ${misc:Depends}, klibc-utils (>= 2.0.4-1.2~) | busybox (>= 1:1.01-3) | busybox-initramfs | busybox-static Suggests: bash-completion Breaks: initramfs-tools (<< 0.121~) Replaces: initramfs-tools (<< 0.121~) diff -Nru initramfs-tools-0.122ubuntu1/hook-functions initramfs-tools-0.122ubuntu3/hook-functions --- initramfs-tools-0.122ubuntu1/hook-functions 2016-02-03 17:07:11.000000000 +0000 +++ initramfs-tools-0.122ubuntu3/hook-functions 2016-02-08 21:52:23.000000000 +0000 @@ -484,7 +484,8 @@ modules="$modules nfs nfsv2 nfsv3 nfsv4" modules="$modules af_packet atkbd i8042 psmouse" modules="$modules virtio_pci virtio_mmio" - modules="$modules vfat" + # nls not automatically pulled in as ubuntu has built-in vfat + modules="$modules vfat nls_cp437 nls_iso8859-1" # Include all HID drivers unless we're sure they # don't support keyboards. hid-*ff covers various