[linux] 02/05: Add nls_ascii to the fat-modules udeb.
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sun Oct 2 01:22:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch sid
in repository linux.
commit b4bacd23c4c33e7228fe9459249c00812a135fc7
Author: Cyril Brulebois <kibi at debian.org>
Date: Sat Oct 1 23:40:54 2016 +0200
Add nls_ascii to the fat-modules udeb.
See commit 0e156c15e31ac4f3e160a6ac262b172d0390d7e8 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 at debian.org>
---
debian/changelog | 6 ++++++
debian/installer/modules/fat-modules | 2 ++
2 files changed, 8 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 6dfa503..c76bc56 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 <ben at decadent.org.uk> 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 37e6d05..377ae03 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 ?
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list