[pbs-devel] [PATCH v2] kernel: enable codepage 437 for vfat support
Stoiko Ivanov
s.ivanov at proxmox.com
Tue Nov 26 14:26:02 CET 2024
ran into an issue when clicking on the ESP of a VM while trying
single-file restore. Enabling the single option fixed the issue, and
got the partition successfully mounted.
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
changes v1->v2:
* only enabled the single needed option, and put it in the block where
the remaining NLS options were set already (overlooked that on the
first attempt) - Thanks @Fabian for the feedback!
As the issue seems to have been around for around one year - I don't
think we need to rush applying it (and can do so when upgrading to a
new kernel+ZFS version)
src/config-base | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/config-base b/src/config-base
index 1581b09..edd95c1 100644
--- a/src/config-base
+++ b/src/config-base
@@ -102,6 +102,7 @@ CONFIG_SYSFS=y
CONFIG_NLS=y
CONFIG_NLS_UTF8=y
CONFIG_NLS_ISO8859_1=y
+CONFIG_NLS_CODEPAGE_437=y
CONFIG_MSDOS_PARTITION=y
CONFIG_EFI_PARTITION=y
CONFIG_FILE_LOCKING=y
--
2.39.5
More information about the pbs-devel
mailing list