From baeebaa05826ebe9980009c8d09a8415976092a0 Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Tue, 26 Nov 2024 14:26:02 +0100 Subject: [PATCH] kernel: enable codepage 437 for vfat support 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 Link: https://lore.proxmox.com/20241126132602.576027-1-s.ivanov@proxmox.com --- 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