mirror of
https://git.proxmox.com/git/proxmox-backup-restore-image
synced 2025-04-28 05:38:53 +00:00
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 <s.ivanov@proxmox.com> Link: https://lore.proxmox.com/20241126132602.576027-1-s.ivanov@proxmox.com
This commit is contained in:
parent
dc72cede4a
commit
baeebaa058
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user