ALSchwalm / transient

A wrapper for QEMU allowing the creation of virtual machines with shared folder, ssh, and disk creation support.
MIT License
104 stars 17 forks source link

Can't mount fat partition due to missing code page 437 #159

Open crab2313 opened 1 year ago

crab2313 commented 1 year ago

The CONFIG_NLS_CODEPAGE_437 should be enabled to support mounting fat filesystem.

crab2313 commented 1 year ago

CONFIG_NLS_8859_1 should be also enabled.