public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH] kernel: enable codepage 437 for vfat support
@ 2024-11-26 12:03 Stoiko Ivanov
  2024-11-26 12:26 ` [pbs-devel] [PATCH proxmox-backup-restore-image] " Fabian Grünbichler
  0 siblings, 1 reply; 6+ messages in thread
From: Stoiko Ivanov @ 2024-11-26 12:03 UTC (permalink / raw)
  To: pbs-devel

ran into an issue when clicking on the ESP of a VM while trying
single-file restore.

the added config-config options are taken from config-6.5.13-6-pve
(the restore-image is still based on kernel 6.5) - and I tried copying
a small set around the needed options.

with the patch the ESP contents are shown successfully

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
 src/config-base | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/config-base b/src/config-base
index 1581b09..238d93c 100644
--- a/src/config-base
+++ b/src/config-base
@@ -144,6 +144,11 @@ CONFIG_ISO9660_FS=y
 CONFIG_NTFS3_FS=y
 CONFIG_MSDOS_FS=y
 CONFIG_VFAT_FS=y
+CONFIG_FAT_DEFAULT_CODEPAGE=437
+CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
+CONFIG_NLS=y
+CONFIG_NLS_DEFAULT="utf8"
+CONFIG_NLS_CODEPAGE_437=y
 
 # memory hotplug
 CONFIG_MEMORY_HOTPLUG=y
-- 
2.39.5



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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-11-26 13:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-26 12:03 [pbs-devel] [PATCH] kernel: enable codepage 437 for vfat support Stoiko Ivanov
2024-11-26 12:26 ` [pbs-devel] [PATCH proxmox-backup-restore-image] " Fabian Grünbichler
2024-11-26 12:30   ` Thomas Lamprecht
2024-11-26 13:52     ` Stoiko Ivanov
2024-11-26 13:42   ` Stoiko Ivanov
2024-11-26 13:51     ` Fabian Grünbichler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal