diff options
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/mount.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mdk-stage1/mount.c b/mdk-stage1/mount.c index 41fbb99f2..4967a2a6b 100644 --- a/mdk-stage1/mount.c +++ b/mdk-stage1/mount.c @@ -193,6 +193,8 @@ int my_mount(char *dev, char *location, char *fs, int force_rw) #ifndef DISABLE_MEDIAS if (!strcmp(fs, "vfat")) { + my_insmod("nls_cp437", ANY_DRIVER_TYPE, NULL, 1); + my_insmod("nls_iso8859_1", ANY_DRIVER_TYPE, NULL, 1); my_insmod("vfat", ANY_DRIVER_TYPE, NULL, 1); opts = "check=relaxed"; } |