summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/mount.c')
-rw-r--r--mdk-stage1/mount.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mdk-stage1/mount.c b/mdk-stage1/mount.c
index 2920ff77c..4e70f9c9d 100644
--- a/mdk-stage1/mount.c
+++ b/mdk-stage1/mount.c
@@ -102,6 +102,10 @@ int my_mount(char *dev, char *location, char *fs, int force_rw)
my_modprobe("ntfs", ANY_DRIVER_TYPE, NULL);
}
+ if (!strcmp(fs, "exfat")) {
+ my_modprobe("exfat", ANY_DRIVER_TYPE, NULL);
+ }
+
if (!strcmp(fs, "reiserfs"))
my_modprobe("reiserfs", ANY_DRIVER_TYPE, NULL);