]> git.proxmox.com Git - pve-kernel.git/commit
fix #2448: compile ISO8859-1 NLS as built-in
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 Nov 2019 11:08:27 +0000 (12:08 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 Nov 2019 11:08:29 +0000 (12:08 +0100)
commiteb6667c98c7a523ee64dc9dd4cc3250b3cdae25d
tree4793ec33e41973cdbee8bbfacb06579da24a47f4
parentb78a79fb685efe11094ddc8ee1c17cf8032db614
fix #2448: compile ISO8859-1 NLS as built-in

Allows to mount VFAT devices even if the currently running kernel was
removed before any VFAT, or other FS using the default Native
Language Support module was mounted during the current uptime.

This then could break updating the ESP partitions, which are mounted
with VFAT in a postrm triggered step - so at a time where the current
/lib/modules/... was already removed, and so the NLS could not get
loaded.

While there are a lot of different NLS, our kernel config has:
> CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"

So compile that module as built-in.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/rules