diff --git a/debian/changelog b/debian/changelog index 6dfa503e7..c76bc5636 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,16 @@ linux (4.7.5-2) UNRELEASED; urgency=medium + [ Ben Hutchings ] * debian/bin/gencontrol.py: Fix cross-build-dependencies if invoked under dpkg-buildpackage * linux-image: Exclude vmlinux from stripping by dh_strip (fixes FTBFS on hppa) + [ Cyril Brulebois ] + * Add nls_ascii to the fat-modules udeb, following the change of + iocharset default in 4.7.2-1. This fixes a regression with EFI-related + mounts within the Debian Installer. + -- Ben Hutchings Mon, 26 Sep 2016 22:27:31 +0100 linux (4.7.5-1) unstable; urgency=medium diff --git a/debian/installer/modules/fat-modules b/debian/installer/modules/fat-modules index 37e6d059a..377ae03a9 100644 --- a/debian/installer/modules/fat-modules +++ b/debian/installer/modules/fat-modules @@ -4,3 +4,5 @@ vfat nls_cp437 ? # the default i/o character set for fat (as of 2.6.25) nls_utf8 ? +# the default i/o character set for fat (as of 4.7.2-1) +nls_ascii ?