Add nls_ascii to the fat-modules udeb.

See commit 0e156c15e3 for the details
about utf8 vs. ascii iocharset for FAT. This fixes a regression with
EFI-related mounts within the Debian Installer.

Signed-off-by: Cyril Brulebois <kibi@debian.org>
This commit is contained in:
Cyril Brulebois 2016-10-01 23:40:54 +02:00 committed by Ben Hutchings
parent f925c51d8a
commit b4bacd23c4
2 changed files with 8 additions and 0 deletions

6
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Mon, 26 Sep 2016 22:27:31 +0100
linux (4.7.5-1) unstable; urgency=medium

View File

@ -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 ?