This enables mounting fat32 formatted volumes, since codepage 437 is the
default when mounting such volumes. (E.g. this also allows mounting EFI
partitions)

Signed-off-by: Dominik Csapak <d.csa...@proxmox.com>
---
stumbled upon this while doing file restore tests

Not sure if we just want to enable this one codepage or more. In our
normal kernel build, this is enabled by default (and marked as such),
and the others are built as modules.

 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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to