diff --git a/debian/changelog b/debian/changelog index 7ceac16c85..23fc14d11f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ linux (4.7.5-2) UNRELEASED; urgency=medium * linux-image: Exclude vmlinux from stripping by dh_strip (fixes FTBFS on hppa) * udeb: Fold core-modules into kernel-image + * udeb: Move nls_utf8 from fat-modules to kernel-image, as many other + filesystems need it but vfat no longer does [ Cyril Brulebois ] * Add nls_ascii to the fat-modules udeb, following the change of diff --git a/debian/installer/modules/fat-modules b/debian/installer/modules/fat-modules index 377ae03a9b..0498cf834d 100644 --- a/debian/installer/modules/fat-modules +++ b/debian/installer/modules/fat-modules @@ -2,7 +2,5 @@ fat ? vfat # the default codepage for fat (as of 2.6.8) 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 ? diff --git a/debian/installer/modules/kernel-image b/debian/installer/modules/kernel-image index 996b4c9bea..094c46af4b 100644 --- a/debian/installer/modules/kernel-image +++ b/debian/installer/modules/kernel-image @@ -2,3 +2,5 @@ bitrev ? eeprom_93cx6 ? led-class ? mbcache +# Default I/O charset for most filesystems that do character conversion +nls_utf8